Changeset 3591 for XerialJ/trunk/sqlite-jdbc
- Timestamp:
- 09/16/09 11:33:07 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
XerialJ/trunk/sqlite-jdbc/sqlitejdbc/Makefile.nested
r3590 r3591 58 58 perl -pi -e "s/^opendb_out:/ if(!db->mallocFailed && rc==SQLITE_OK){ rc = RegisterExtensionFunctions(db); }\nopendb_out:/;" \ 59 59 build/$(sqlite)-nestedvm/sqlite3.c 60 cat ext/*.c >> build/$(sqlite)-nestedvm/sqlite3.c 60 61 (. ./$(nestedvm)/env.sh; cd build/$(sqlite)-nestedvm; \ 61 62 $$CC -c $$CFLAGS -I. -o sqlite3.o \


