orca/examples/simpleWindow/build.bat

3 lines
224 B
Batchfile
Raw Normal View History

set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext
2022-12-22 17:24:43 +00:00
cl /we4013 /Zi /Zc:preprocessor /std:c11 %INCLUDES% main.c /link /LIBPATH:../../bin milepost.lib user32.lib opengl32.lib gdi32.lib /out:test.exe