Files
cimgui/testbuildc/build.bat

6 lines
301 B
Batchfile
Raw Normal View History

2019-02-18 12:33:12 +01:00
:: set PATH=%PATH%;C:\mingw32\bin;
set PATH=%PATH%;C:\i686-7.2.0-release-posix-dwarf-rt_v5-rev1\mingw32\bin;
2018-11-27 12:09:03 +01:00
::gcc -std=c99 -DCIMGUI_DEFINE_ENUMS_AND_STRUCTS cimgui.h
::gcc -DCIMGUI_DEFINE_ENUMS_AND_STRUCTS cimgui.h
2019-02-18 12:33:12 +01:00
gcc -std=c99 -Wall -Wpedantic -DCIMGUI_DEFINE_ENUMS_AND_STRUCTS cimguitest.c
2018-11-27 12:09:03 +01:00
cmd /k