Update nvault module project files and use AMTL.

This commit is contained in:
Arkshine
2014-08-10 16:57:53 +02:00
parent 3ba84fb283
commit ab16be08f5
24 changed files with 545 additions and 7662 deletions

View File

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