summaryrefslogtreecommitdiff
path: root/external/imgui/examples/example_null/build_win32.bat
diff options
context:
space:
mode:
author0x221E <0x221E@0xinfinity.dev>2026-04-12 16:59:40 +0200
committer0x221E <0x221E@0xinfinity.dev>2026-04-12 16:59:40 +0200
commita66c7433c2c11b8b6c99142277ed4e16b1a2a465 (patch)
treee54bcfb59c303acf6118fd11f06d5c0bd5f24e5d /external/imgui/examples/example_null/build_win32.bat
initial commitHEADmaster
Diffstat (limited to 'external/imgui/examples/example_null/build_win32.bat')
-rw-r--r--external/imgui/examples/example_null/build_win32.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/external/imgui/examples/example_null/build_win32.bat b/external/imgui/examples/example_null/build_win32.bat
new file mode 100644
index 0000000..be81d80
--- /dev/null
+++ b/external/imgui/examples/example_null/build_win32.bat
@@ -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