mirror of https://github.com/ocornut/imgui.git
Rokas Kupstys
5 years ago
committed by
omar
2 changed files with 10 additions and 3 deletions
@ -1,3 +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 |
|||
cl /nologo /Zi /MD /I ..\.. %* *.cpp ..\..\*.cpp /FeDebug/example_null.exe /FoDebug/ /link gdi32.lib shell32.lib |
|||
|
Loading…
Reference in new issue