diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 10:36:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 10:36:44 +0100 |
commit | 67773cef8cd5af5c0cdd1237ac6a263274d445e7 (patch) | |
tree | e77313ba588b272e70f6b2a6b5c30234fcc48de4 /proto-wine | |
parent | 78a44842a3eb222774f5f46c64118b17f65238ab (diff) |
proto/wine: add -mconsole
Diffstat (limited to 'proto-wine')
-rw-r--r-- | proto-wine/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-wine/CMakeLists.txt b/proto-wine/CMakeLists.txt index e263b300..b0f18bb2 100644 --- a/proto-wine/CMakeLists.txt +++ b/proto-wine/CMakeLists.txt @@ -20,7 +20,7 @@ if(NOT WIN32) add_custom_command( OUTPUT opentrack-wrapper-wine.exe.so DEPENDS ${wine-deps} - COMMAND wineg++ -g -DNOMINMAX -O2 -m32 -std=c++17 -fPIC -o + COMMAND wineg++ -mconsole -g -DNOMINMAX -O2 -m32 -std=c++17 -fPIC -o opentrack-wrapper-wine.exe -I "${CMAKE_SOURCE_DIR}" -I "${CMAKE_BINARY_DIR}" ${wine-deps} -Wall -Wextra -Wpedantic ${my-rt}) |