Revision dca527be1b77e38047054196fd6a96e8abdae131 authored by ocornut on 18 February 2022, 17:39:29 UTC, committed by ocornut on 18 February 2022, 17:40:43 UTC
1 parent 29d462e
build_win32.bat
@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

Computing file changes ...