Examples: DirectX11: Fixed batch file for VS 2012+, still works for 2008/2010.. Include path order matters...

This commit is contained in:
ocornut
2015-09-10 20:58:43 +01:00
parent 853f265025
commit ad4c962224
4 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
@REM Build for Visual Studio compiler
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler.
mkdir Debug
cl /nologo /MD /I ..\.. -I ..\libs\glfw\include -I ..\libs\gl3w *.cpp ..\..\*.cpp ..\libs\gl3w\GL\gl3w.c /FeDebug/opengl_example3.exe /FoDebug/ /link /LIBPATH:..\libs\glfw\lib-vc2010-32 glfw3.lib opengl32.lib gdi32.lib shell32.lib