Add version.rc in AMBuilder for all modules

This commit is contained in:
Arkshine
2014-12-08 01:44:27 +01:00
parent 291a33ce65
commit f5e23903a2
18 changed files with 58 additions and 4 deletions

View File

@ -15,6 +15,9 @@ binary.sources = [
'geoip_util.cpp',
]
if builder.target_platform == 'windows':
binary.sources += ['version.rc']
if builder.target_platform == 'windows':
binary.compiler.postlink += ['ws2_32.lib']
binary.compiler.includes += [os.path.join(builder.sourcePath, 'dlls', 'geoip', 'GeoIP2')]