4 lines
167 B
Batchfile
4 lines
167 B
Batchfile
@echo off
|
|
|
|
|
|
clang main.cpp -Wall -Wno-unused-function -Wno-missing-braces -fno-exceptions -fdiagnostics-absolute-paths -g -I"C:/base" -I".." -o main.exe -Wl,user32.lib |