mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Script changes for building WinRT projects.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user