mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Examples: SDL2: Added build .bat files for win32.
This commit is contained in:
1
examples/sdl_opengl2_example/build_win32.bat
Normal file
1
examples/sdl_opengl2_example/build_win32.bat
Normal file
@ -0,0 +1 @@
|
||||
cl /Zi /MD /I ..\.. /I ..\libs\gl3w /I %SDL2DIR%\include main.cpp imgui_impl_sdl.cpp ..\..\imgui*.cpp ..\libs\gl3w\GL\gl3w.c /link /libpath:%SDL2DIR%\lib\x86 SDL2.lib SDL2main.lib opengl32.lib /subsystem:console
|
Reference in New Issue
Block a user