Regex: Use AMTL.

This commit is contained in:
Arkshine
2014-07-06 12:13:01 +02:00
parent 08475bb0cc
commit ee4f6b8a89
3 changed files with 49 additions and 47 deletions

View File

@ -10,8 +10,10 @@ elif builder.target_platform == 'mac':
elif builder.target_platform == 'windows':
binary.compiler.postlink += [binary.Dep('lib_win\\pcre.lib')]
binary.compiler.defines += ['PCRE_STATIC']
binary.compiler.defines += [
'PCRE_STATIC',
'HAVE_STDINT_H',
]
binary.sources = [
'sdk/amxxmodule.cpp',
'module.cpp',