mirror of
https://github.com/ole00/afterburner.git
synced 2025-02-16 19:31:15 +00:00
5 lines
144 B
Bash
Executable File
5 lines
144 B
Bash
Executable File
# path to your win32 cross-compiler
|
|
CC=~/opt/mingw32/bin/i686-w64-mingw32-gcc
|
|
|
|
$CC -g3 -O0 -o afterburner_w32.exe afterburner.c -D_USE_WIN_API_
|