Differences From:
File
src/main.mk
part of check-in
[07f6780c98]
- Remove unsupported and incomplete webpage functionality: The admin_sql page
and the "my" page.
by
drh on
2009-08-16 21:34:30.
[view]
To:
File
src/main.mk
part of check-in
[fac950a173]
- Update to the latest version of SQLite. Make use of the new
sqlite3_strnicmp() interface.
by
drh on
2009-09-09 16:14:08.
[view]
@@ -728,12 +728,12 @@
$(XTCC) -o zip.o -c zip_.c
zip.h: headers
sqlite3.o: $(SRCDIR)/sqlite3.c
- $(XTCC) -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_PRIVATE= -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -Dlocaltime=fossil_localtime -c $(SRCDIR)/sqlite3.c -o sqlite3.o
+ $(XTCC) -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -Dlocaltime=fossil_localtime -c $(SRCDIR)/sqlite3.c -o sqlite3.o
th.o: $(SRCDIR)/th.c
$(XTCC) -I$(SRCDIR) -c $(SRCDIR)/th.c -o th.o
th_lang.o: $(SRCDIR)/th_lang.c
$(XTCC) -I$(SRCDIR) -c $(SRCDIR)/th_lang.c -o th_lang.o