- Updated to Sqlite 3.2.3. See sqlite.org for details about new stuff.

- Base dir for db files is now changed to the game mod dir. Update your config files!
This commit is contained in:
Johnny Bergström
2005-08-22 10:12:22 +00:00
parent bad4c02647
commit 96c4d33da4
4 changed files with 20 additions and 14 deletions

View File

@ -1,7 +1,7 @@
MODNAME = sqlite_amxx
SRCFILES = sqlite_amx.cpp sqlite.cpp amxxmodule.cpp
EXTRA_INCLUDEDIRS = -I../../amxmodx -Isqlite-source-3_2_2
EXTRA_INCLUDEDIRS = -I../../amxmodx -Isqlite-source-3_2_3
EXTRA_FLAGS = -Dstrcmpi=strcasecmp