1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* Build win32 executable properly, so no more console/debug window.

This commit is contained in:
Christian Muehlhaeuser
2011-03-18 18:36:46 +01:00
parent 518002dfd1
commit 6c946fa130

View File

@@ -197,7 +197,7 @@ IF( APPLE )
)
ENDIF( APPLE )
IF( WIN32 )
ADD_EXECUTABLE( tomahawk ${final_src} )
ADD_EXECUTABLE( tomahawk WIN32 ${final_src} )
ENDIF( WIN32 )
MESSAGE( STATUS "OS_SPECIFIC_LINK_LIBRARIES: ${OS_SPECIFIC_LINK_LIBRARIES}" )