3 lines
72 B
Batchfile
Raw Normal View History

gcc -w -fno-exceptions -D_WIN32_ -D__CONSOLE__ -o cmm.exe *.cpp
pause