"/ignore:4199",-- LNK4199: /DELAYLOAD:*.dll ignored; no imports found from *.dll
}
links{-- this is needed only for testing with GLES2/3 on Windows with VS2008
"DelayImp",
}
configuration{"vs201*"}
linkoptions{-- this is needed only for testing with GLES2/3 on Windows with VS201x
"/DELAYLOAD:\"libEGL.dll\"",
"/DELAYLOAD:\"libGLESv2.dll\"",
}
configuration{"mingw-*"}
targetextension".exe"
configuration{"vs20* or mingw*"}
links{
"comdlg32",
"gdi32",
"psapi",
}
configuration{"winstore*"}
removelinks{
"DelayImp",
"gdi32",
"psapi"
}
links{
"d3d11",
"d3d12",
"dxgi"
}
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
}
-- WinRT targets need their own output directories are build files stomp over each other