Merge commit 'f9801a968fb15cb74371f18a507c2004b852b4b6' as 'deps/imgui'
This commit is contained in:
3
deps/imgui/examples/example_null/build_win32.bat
vendored
Normal file
3
deps/imgui/examples/example_null/build_win32.bat
vendored
Normal 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 ..\.. %* *.cpp ..\..\*.cpp /FeDebug/example_null.exe /FoDebug/ /link gdi32.lib shell32.lib imm32.lib
|
Reference in New Issue
Block a user