C++11: Update AMBuildScript

This commit is contained in:
Arkshine
2014-12-06 13:59:13 +01:00
parent 1146bcad2c
commit 1977bf4d29
3 changed files with 16 additions and 4 deletions

View File

@ -9,11 +9,11 @@ binary.compiler.cxxincludes += [
]
binary.compiler.defines += [
'SM_DEFAULT_THREADER',
'stricmp=strcasecmp',
'HAVE_STDINT_H',
]
if builder.target_platform == 'linux':
binary.compiler.defines += ['stricmp=strcasecmp']
binary.compiler.postlink += ['-lpthread']
binary.sources += [