2023-02-06 15:14:43 +00:00
|
|
|
|
2023-02-07 16:00:59 +00:00
|
|
|
set INCLUDES=/I ..\..\src /I ..\..\src\util /I ..\..\src\platform /I ../../ext
|
2023-02-06 15:14:43 +00:00
|
|
|
|
2023-02-21 17:43:30 +00:00
|
|
|
cl /we4013 /Zi /Zc:preprocessor /std:c11 %INCLUDES% main.c /link /LIBPATH:../../bin milepost.dll.lib /out:../../bin/perf_text.exe
|