9 lines
280 B
Batchfile
9 lines
280 B
Batchfile
@echo off
|
|
|
|
rem clang generate.c -fdiagnostics-absolute-paths -std=c99 -g -o generate.exe -Wl,user32.lib
|
|
rem generate.exe
|
|
|
|
clang main.cpp -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
|
|
rem gcc main.cpp
|
|
rem cl main.c -std:c17
|