Introduce ImGui Unity build

This commit is contained in:
Phireh 2023-10-15 19:57:55 +02:00
commit 29f2abc7b5
217 changed files with 96708 additions and 1 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 /utf-8 /I ..\.. %* *.cpp ..\..\*.cpp /FeDebug/example_null.exe /FoDebug/ /link gdi32.lib shell32.lib imm32.lib