mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 06:32:01 +00:00
935d52e12b
This fixes an issue with Arduino IDE which opens all .c files (even unrelated) in the same directory when the .ino file is opened. Fixes compilation error described in issue #10
5 lines
151 B
Bash
Executable File
5 lines
151 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 src_pc/afterburner.c -D_USE_WIN_API_
|