CMAKE disable building the windows launcher, fix type in delayloading of debug dll

This commit is contained in:
Martijn Berger
2016-03-31 14:05:38 +02:00
parent 791a0852e8
commit c0cb9d75d6
2 changed files with 2 additions and 12 deletions

View File

@@ -1100,17 +1100,7 @@ setup_liblinks(blender)
# Setup launcher
if(WIN32 AND NOT WITH_PYTHON_MODULE)
set(LAUNCHER_SRC
creator_launch_win.c
${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.rc
)
add_executable(blender-launcher ${LAUNCHER_SRC})
target_link_libraries(blender-launcher bf_intern_utfconv ${PLATFORM_LINKLIBS})
set_target_properties(blender PROPERTIES OUTPUT_NAME blender-app)
set_target_properties(blender-launcher PROPERTIES OUTPUT_NAME blender)
install(TARGETS blender blender-launcher
install(TARGETS blender
COMPONENT Blender
DESTINATION ".")