[OS/2] Bug 390292: Exports needed for SQLite to fix OS/2 build break, r=bsmedberg

This commit is contained in:
mozilla@weilbacher.org 2007-08-02 14:15:33 -07:00
Родитель b29067127d
Коммит a8f95e07e6
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -88,3 +88,8 @@ include $(topsrcdir)/config/rules.mk
# next line allows use of MOZ_OBJDIR in .mozconfig with older gcc on BeOS, maybe others
LOCAL_INCLUDES += -I$(srcdir)
ifeq ($(OS_ARCH),OS2)
ADD_TO_DEF_FILE = sed -e '1,/^EXPORTS$$/ d' -e 's,sqlite3,_\0,' -e 's,\ DATA.*$$,,' \
$(srcdir)/sqlite.def >> $(DEF_FILE)
endif

Просмотреть файл

@ -35,7 +35,8 @@
LIBRARY sqlite3.dll
EXPORTS sqlite3_aggregate_context
EXPORTS
sqlite3_aggregate_context
sqlite3_aggregate_count
sqlite3_apis
sqlite3_auto_extension