1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-03 15:23:06 +00:00
Files
YosysHQ.nextpnr/3rdparty/imgui/examples/example_null/build_win32.bat
Miodrag Milanovic b948b76c8e add imgui library
2018-10-24 19:00:58 +02:00

4 lines
240 B
Batchfile

@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