orca/sketches/simpleWindow/build.bat

3 lines
234 B
Batchfile
Raw Normal View History

set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext
2023-07-26 14:50:45 +00:00
cl /we4013 /Zi /Zc:preprocessor /std:c11 %INCLUDES% main.c /link /LIBPATH:../../bin milepost.dll.lib user32.lib /out:../../bin/example_simple_window.exe