Update engine module project files and use AMTL.

This commit is contained in:
Arkshine
2014-08-09 20:30:31 +02:00
parent d59f4cf199
commit 889ad7c3eb
13 changed files with 49 additions and 6546 deletions

View File

@ -3,8 +3,12 @@ import os.path
binary = AMXX.MetaModule(builder, 'engine')
binary.compiler.defines += [
'HAVE_STDINT_H',
]
binary.sources = [
'sdk/amxxmodule.cpp',
'../../public/sdk/amxxmodule.cpp',
'amxxapi.cpp',
'engine.cpp',
'entity.cpp',