mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
Suppress the console window on launch when building with CMake on MSWin.
This commit is contained in:
parent
13d9275b48
commit
806be3e1d9
@ -124,6 +124,8 @@ IF (WIN32)
|
||||
SET(LIBXSLT_XSLTPROC_EXECUTABLE ${CMAKE_PREFIX_PATH}/libxslt/bin/xsltproc)
|
||||
# I have not yet debugged the intltool-merge file generation process on Windows.
|
||||
SET(NO_INTLTOOL TRUE)
|
||||
#Prevent creating a console window on startup.
|
||||
SET(CMAKE_EXE_LINKER_FLAGS -mwindows)
|
||||
ENDIF(WIN32)
|
||||
|
||||
IF (APPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user