fxsdk/fxlink
Lephenixnoir c3d7fd6efa
fxlink: find SDL2 without -mwindows to stay in console [Windows]
When loading SDL2 with pkg-config the -mwindows flag is added, which
instructs the loader to load the program through WinMain() and not
create a console for it. This is intended for GUI programs. However,
fxlink is a CLI program with just occasionally an SDL window on top of
it. Disable -mwindows to keep the console and terminal output. I don't
know how to do that with the pkg-config CMake module, so use the SDL2
module for the Windows build instead.
2024-09-14 07:26:56 +02:00
..
include/fxlink split fxlink into library (not installed yet) and executable 2023-03-26 12:20:50 +02:00
modes fxlink: add --folder option to fxlink -s to select output folder 2024-01-30 22:19:19 +01:00
tooling fxlink: add (unused) scale parameter to SDL2 video capture 2024-01-21 21:05:36 +01:00
tui very crude Windows build (WIP): disable fxlink TUI, gdb bridge 2024-09-14 07:26:56 +02:00
fxlink.h fxlink: add --folder option to fxlink -s to select output folder 2024-01-30 22:19:19 +01:00
main.c fxlink: find SDL2 without -mwindows to stay in console [Windows] 2024-09-14 07:26:56 +02:00