mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Setting output directories for WinPhone builds to fix build errors.
This commit is contained in:
parent
0163c2420f
commit
58ddaa4b1d
1 changed files with 3 additions and 0 deletions
|
@ -158,6 +158,9 @@ function exampleProject(_name)
|
||||||
linkoptions {
|
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
|
"/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
|
||||||
}
|
}
|
||||||
|
-- WinRT targets need their own output directories are build files stomp over each other
|
||||||
|
targetdir (BGFX_BUILD_DIR .. "arm_" .. _ACTION .. "/bin/" .. _name)
|
||||||
|
objdir (BGFX_BUILD_DIR .. "arm_" .. _ACTION .. "/obj/" .. _name)
|
||||||
|
|
||||||
configuration { "mingw*" }
|
configuration { "mingw*" }
|
||||||
links {
|
links {
|
||||||
|
|
Loading…
Reference in a new issue