Geoip: Reorganize and update project files.

This commit is contained in:
Arkshine
2014-07-31 23:08:58 +02:00
parent 52543481dd
commit 674600bab2
9 changed files with 448 additions and 249 deletions

View File

@ -10,7 +10,9 @@ binary.compiler.defines += [
binary.sources = [
'sdk/amxxmodule.cpp',
'GeoIP2/maxminddb.cpp',
'geoip_amxx.cpp',
'geoip_main.cpp',
'geoip_natives.cpp',
'geoip_util.cpp',
]
if builder.target_platform == 'windows':