mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Examples: Renamed example folders. (#1870)
This commit is contained in:
parent
689ec0bd06
commit
8d58fbb5ed
95 changed files with 117 additions and 115 deletions
3
examples/example_null/build_win32.bat
Normal file
3
examples/example_null/build_win32.bat
Normal 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 /I ..\.. *.cpp ..\..\*.cpp /FeDebug/example_null.exe /FoDebug/ /link gdi32.lib shell32.lib
|
||||
Loading…
Add table
Add a link
Reference in a new issue