mirror of
https://github.com/ole00/afterburner.git
synced 2025-02-16 19:31:15 +00:00
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
153 B
Bash
Executable File
5 lines
153 B
Bash
Executable File
# path to your Win64 cross-compiler
|
|
CC=~/opt/mingw64/bin/x86_64-w64-mingw32-gcc
|
|
|
|
$CC -g3 -O0 -o afterburner_w64.exe src_pc/afterburner.c -D_USE_WIN_API_
|