Script changes for building WinRT projects.

This commit is contained in:
Mike Popoloski
2014-11-09 18:24:22 -05:00
parent ace930ebd9
commit f5fa39c1b1
3 changed files with 20 additions and 0 deletions

View File

@@ -31,3 +31,8 @@ project ("example-common")
includedirs {
BX_DIR .. "include/compat/osx",
}
configuration { "winphone8*"}
linkoptions {
"/ignore:4264" -- LNK4264: archiving object file compiled with /ZW into a static library; note that when authoring Windows Runtime types it is not recommended to link with a static library that contains Windows Runtime metadata
}