From 218a82832731c99cc930f66170c3a5141129f5ff Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Sun, 23 Jun 2013 15:33:26 -0300 Subject: [PATCH] Draft: fixed cmake and installer stuff with removed draftlibs --- src/Mod/Draft/CMakeLists.txt | 18 +----------------- src/WindowsInstaller/ModDraft.wxi | 9 --------- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/src/Mod/Draft/CMakeLists.txt b/src/Mod/Draft/CMakeLists.txt index 0b0822a83..e380eb193 100644 --- a/src/Mod/Draft/CMakeLists.txt +++ b/src/Mod/Draft/CMakeLists.txt @@ -20,16 +20,7 @@ SET(Draft_SRCS ) SOURCE_GROUP("" FILES ${Draft_SRCS}) -SET(DraftLibs_SRCS - draftlibs/dxfColorMap.py - draftlibs/dxfImportObjects.py - draftlibs/dxfLibrary.py - draftlibs/dxfReader.py - draftlibs/__init__.py -) -SOURCE_GROUP("draftlibs" FILES ${DraftLibs_SRCS}) - -SET(all_files ${Draft_SRCS} ${DraftLibs_SRCS}) +SET(all_files ${Draft_SRCS}) ADD_CUSTOM_TARGET(Draft ALL SOURCES ${all_files} @@ -37,13 +28,6 @@ ADD_CUSTOM_TARGET(Draft ALL fc_copy_sources(Draft "${CMAKE_BINARY_DIR}/Mod/Draft" ${all_files}) - -INSTALL( - FILES - ${DraftLibs_SRCS} - DESTINATION - Mod/Draft/draftlibs -) INSTALL( FILES ${Draft_SRCS} diff --git a/src/WindowsInstaller/ModDraft.wxi b/src/WindowsInstaller/ModDraft.wxi index eb43fee40..2a212d379 100644 --- a/src/WindowsInstaller/ModDraft.wxi +++ b/src/WindowsInstaller/ModDraft.wxi @@ -42,14 +42,5 @@ - - - - - - - - -