mirror of
https://github.com/ole00/afterburner.git
synced 2024-10-31 14:05:10 +00:00
cff8fb40a7
Force serial port not to be closed.
5 lines
164 B
Bash
Executable File
5 lines
164 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_ -DNO_CLOSE
|