Add .rc files.

Former-commit-id: 3d9c34eff669112a54d181ca3f970e2c77d31409
This commit is contained in:
David Anderson
2014-02-08 20:53:01 -08:00
parent 1f15fdd6cb
commit 779e064a17
5 changed files with 30 additions and 19 deletions

View File

@ -29,4 +29,7 @@ binary.sources = [
'Binary.cpp',
]
if builder.target_platform == 'windows':
binary.sources += ['amxxpc1.rc']
AMXX.amxxpc = builder.Add(binary)