[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [gcompris/0.60-windows] src/core: add log
From:       Johnny Jazeix <jazeix () gmail ! com>
Date:       2016-11-11 11:09:36
Message-ID: E1c59iC-0006pS-OK () code ! kde ! org
[Download RAW message or body]

Git commit 5de0694e1a30b92ecffd6e099b773fb13dbd4fcc by Johnny Jazeix.
Committed on 11/11/2016 at 11:09.
Pushed by jjazeix into branch '0.60-windows'.

add log

M  +4    -2    src/core/CMakeLists.txt

http://commits.kde.org/gcompris/5de0694e1a30b92ecffd6e099b773fb13dbd4fcc

diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index dc0044c..66d3d10 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -75,9 +75,11 @@ else()
 endif()
 
 if(CMAKE_HOST_WIN32)
-  # Remove the console for windows
+  # Add the console for windows
   set_target_properties(${GCOMPRIS_EXECUTABLE_NAME} PROPERTIES LINK_FLAGS \
                -Wl,-subsystem,console)
-endif()
+  set_target_properties(${GCOMPRIS_EXECUTABLE_NAME} PROPERTIES LINK_FLAGS_RELEASE \
"/SUBSYSTEM:CONSOLE") +   set_target_properties(${GCOMPRIS_EXECUTABLE_NAME} \
PROPERTIES LINK_FLAGS_MINSIZEREL "/SUBSYSTEM:CONSOLE") + endif()
 
 GCOMPRIS_ADD_RCC(core *.qml *.js resource/*.${COMPRESSED_AUDIO} resource/*.gif \
resource/*.png resource/*.svg resource/bonus/* resource/sounds/* resource/fonts/* \
qmldir)  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic