Update AMBuilder
This commit is contained in:
@@ -10,7 +10,11 @@ for cxx in builder.targets:
|
|||||||
if not cxx.target.arch in sdk.platformSpec[cxx.target.platform]:
|
if not cxx.target.arch in sdk.platformSpec[cxx.target.platform]:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
binary = SM.HL2Library(builder, cxx, projectName + '.ext.' + sdk.ext, sdk)
|
sdk.ext = "." + sdk.ext
|
||||||
|
if "sdk2013" in sdk.ext:
|
||||||
|
sdk.ext = ""
|
||||||
|
|
||||||
|
binary = SM.HL2Library(builder, cxx, projectName + ".ext" + sdk.ext, sdk)
|
||||||
|
|
||||||
binary.compiler.defines += [
|
binary.compiler.defines += [
|
||||||
'HAVE_STRING_H',
|
'HAVE_STRING_H',
|
||||||
|
|||||||
Reference in New Issue
Block a user