Introduce ImGui Unity build
This commit is contained in:
parent
abdd19f5e5
commit
29f2abc7b5
217 changed files with 96708 additions and 1 deletions
3
imgui/examples/example_null/build_win32.bat
Normal file
3
imgui/examples/example_null/build_win32.bat
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 /utf-8 /I ..\.. %* *.cpp ..\..\*.cpp /FeDebug/example_null.exe /FoDebug/ /link gdi32.lib shell32.lib imm32.lib
|
||||
Loading…
Add table
Add a link
Reference in a new issue