mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
Revert to defaulting proper Windows programs on Windows
The CMake option WSJT_CREATE_WINMAIN is now available for both release and debug configuration builds so it may be disabled in any Windows build configuration if required. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5250 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
0b84e97da9
commit
56f2a03766
@ -119,15 +119,12 @@ CMAKE_DEPENDENT_OPTION (WSJT_QDEBUG_IN_RELEASE "Leave Qt debugging statements in
|
|||||||
CMAKE_DEPENDENT_OPTION (WSJT_ENABLE_EXPERIMENTAL_FEATURES "Enable features not fully ready for public releases." ON
|
CMAKE_DEPENDENT_OPTION (WSJT_ENABLE_EXPERIMENTAL_FEATURES "Enable features not fully ready for public releases." ON
|
||||||
"is_debug_build" OFF)
|
"is_debug_build" OFF)
|
||||||
CMAKE_DEPENDENT_OPTION (WSJT_CREATE_WINMAIN
|
CMAKE_DEPENDENT_OPTION (WSJT_CREATE_WINMAIN
|
||||||
"The wsjtx target is normally built as GUI executable with a WinMain
|
"The wsjtx target is normally built as GUI executable with a WinMain entry point on Windows,
|
||||||
entry point on Windows, if you want a console application instead then
|
if you want a console application instead then set this option to OFF.
|
||||||
set this option to OFF.
|
|
||||||
|
|
||||||
If you just want to see the debug output from the application then the
|
If you just want to see the debug output from the application then the easiest way is to
|
||||||
easiest way is to attach a debugger which will then receive the
|
attach a debugger which will then receive the console output inside its console." ON
|
||||||
console output inside its console. This option is off by default for
|
"WIN32" OFF)
|
||||||
Debug configuration builds anyway." ON
|
|
||||||
"NOT is_debug_build;WIN32" OFF)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# decide if we are bundling kvasd (non-FOSS)
|
# decide if we are bundling kvasd (non-FOSS)
|
||||||
|
Loading…
Reference in New Issue
Block a user