Update sqlite module project files and use AMTL.

This commit is contained in:
Arkshine
2014-08-10 17:24:38 +02:00
parent ab16be08f5
commit 3f6ad29f55
18 changed files with 57 additions and 7079 deletions

View File

@ -9,7 +9,7 @@ binary.compiler.cxxincludes += [
]
binary.compiler.defines += [
'SM_DEFAULT_THREADER',
'stricmp=strcasecmp',
'HAVE_STDINT_H',
]
if builder.target_platform == 'linux':
@ -20,7 +20,7 @@ binary.sources += [
'handles.cpp',
'module.cpp',
'threading.cpp',
'sdk/amxxmodule.cpp',
'../../public/sdk/amxxmodule.cpp',
'oldcompat_sql.cpp',
'thread/BaseWorker.cpp',
'thread/ThreadWorker.cpp',