Fix Windows build and update gamedata

This commit is contained in:
Asher Baker
2017-10-26 14:11:23 +01:00
parent 3b9e6208ea
commit 4c3335f31a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -182,6 +182,7 @@ class SM:
self.compiler.AddToListVar('POSTLINKFLAGS', 'uuid.lib')
self.compiler.AddToListVar('POSTLINKFLAGS', 'odbc32.lib')
self.compiler.AddToListVar('POSTLINKFLAGS', 'odbccp32.lib')
self.compiler.AddToListVar('POSTLINKFLAGS', 'legacy_stdio_definitions.lib')
#Optimization
if AMBuild.options.opt == '1':