Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 424063
Collapse All | Expand All

(-)pianobooster-src-0.6.4b/src/CMakeLists.txt.orig (-2 lines)
Lines 203-210 Link Here
203
        ${PIANOBOOSTER_UI_HDRS} )
203
        ${PIANOBOOSTER_UI_HDRS} )
204
ENDIF(WIN32)
204
ENDIF(WIN32)
205
205
206
SET_TARGET_PROPERTIES(pianobooster PROPERTIES LINK_FLAGS "-mwindows")
207
208
IF (USE_PCH)
206
IF (USE_PCH)
209
ADD_PRECOMPILED_HEADER( pianobooster ${CMAKE_CURRENT_SOURCE_DIR}/precompile/precompile.h )
207
ADD_PRECOMPILED_HEADER( pianobooster ${CMAKE_CURRENT_SOURCE_DIR}/precompile/precompile.h )
210
ENDIF (USE_PCH)
208
ENDIF (USE_PCH)

Return to bug 424063