test2
This commit is contained in:
parent
a8f33e3620
commit
5bc4d9c202
4 changed files with 21 additions and 18 deletions
20
build.tmk
Normal file
20
build.tmk
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
clang++ term.cpp main.cpp -m32 --target=i686-w64-mingw32-gcc -O3 -o tiny9x.exe -Wl,--major-subsystem-version=4,--minor-subsystem-version=0
|
||||
|
||||
\n
|
||||
clang++ term.cpp main.cpp -m32 --target=i686-w64-mingw32-gcc -O3 -o tiny2k.exe -Wl,--major-subsystem-version=5,--minor-subsystem-version=0
|
||||
|
||||
\n
|
||||
clang++ term.cpp main.cpp -m64 --target=x86_64-w64-mingw32-gcc -O3 -o tinyxp64.exe -Wl,--major-subsystem-version=5,--minor-subsystem-version=1
|
||||
|
||||
\n
|
||||
clang++ term.cpp main.cpp -m64 --target=x86_64-w64-mingw32-gcc -O3 -o tiny.exe -Wl,--major-subsystem-version=10,--minor-subsystem-version=1
|
||||
|
||||
\n
|
||||
clang++ term.cpp main.cpp -O3 -o tiny
|
||||
|
||||
\n
|
||||
clang++ term.cpp main.cpp -m32 -O3 -o tiny32
|
||||
|
||||
\n
|
||||
;djgpp term.cpp main.cpp -O3 -o tiny32
|
||||
Loading…
Add table
Add a link
Reference in a new issue