Geoip: Fix compilation #3

Update project files.
This commit is contained in:
Arkshine
2014-07-29 11:47:23 +02:00
parent 936d4f4f6d
commit 94552e5503
3 changed files with 27 additions and 16 deletions

View File

@ -3,9 +3,12 @@ import os.path
binary = AMXX.Module(builder, 'geoip')
binary.compiler.defines += ['HAVE_STDINT_H']
binary.compiler.includes += [os.path.join(builder.sourcePath, 'dlls', 'geoip', 'GeoIP2')]
binary.sources = [
'sdk/amxxmodule.cpp',
'GeoIP.c',
'GeoIP2/maxminddb.cpp',
'geoip_amxx.cpp',
]