mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Updated premake script.
This commit is contained in:
parent
d8b424dc84
commit
44dbc5ca57
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ function exampleProject(_name, _uuid)
|
||||||
"DelayImp",
|
"DelayImp",
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration { "vs2010" }
|
configuration { "vs201*" }
|
||||||
linkoptions { -- this is needed only for testing with GLES2/3 on Windows with VS201x
|
linkoptions { -- this is needed only for testing with GLES2/3 on Windows with VS201x
|
||||||
"/DELAYLOAD:\"libEGL.dll\"",
|
"/DELAYLOAD:\"libEGL.dll\"",
|
||||||
"/DELAYLOAD:\"libGLESv2.dll\"",
|
"/DELAYLOAD:\"libGLESv2.dll\"",
|
||||||
|
|
Loading…
Reference in a new issue