mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 21:32:09 +00:00
5 lines
146 B
Bash
5 lines
146 B
Bash
|
# path to your Win64 cross-compiler
|
||
|
CC=~/opt/mingw64/bin/x86_64-w64-mingw32-gcc
|
||
|
|
||
|
$CC -g3 -O0 -o afterburner_w64.exe afterburner.c -D_USE_WIN_API_
|