Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git)

This commit is contained in:
ocornut
2016-08-25 10:18:09 +02:00
parent 63d47bc5a4
commit 3c384c2f10
14 changed files with 15 additions and 14 deletions

View File

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