+ comment out part of patch #0000519 that caused some regression

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5274 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer 2011-12-12 12:54:35 +00:00
parent 05b6123bb2
commit ced4731298
2 changed files with 30 additions and 29 deletions

View File

@ -3,13 +3,14 @@ if(WIN32)
add_definitions(-DBOOST_DYN_LINK)
endif(WIN32)
IF(RESOURCEDIR)
add_definitions(-DRESOURCEDIR="${RESOURCEDIR}")
ENDIF(RESOURCEDIR)
# This causes some problems with the resource files to be found, especially with the StartPage
#IF(RESOURCEDIR)
# add_definitions(-DRESOURCEDIR="${RESOURCEDIR}")
#ENDIF(RESOURCEDIR)
IF(DOCDIR)
add_definitions(-DDOCDIR="${DOCDIR}")
ENDIF(DOCDIR)
#IF(DOCDIR)
# add_definitions(-DDOCDIR="${DOCDIR}")
#ENDIF(DOCDIR)
include_directories(
${CMAKE_BINARY_DIR}/src

View File

@ -1,32 +1,32 @@
SET(StartPage_SRCS
StartPage.py
__init__.py
StartPage.py
__init__.py
)
SET(StartPage_DATA
ArchDesign.py
DefaultWorkbench.py
LoadDrawingExample.py
LoadPartDesignExample.py
LoadRobotExample.py
LoadSchenkel.py
LoadMRU0.py
LoadMRU1.py
LoadMRU2.py
Mesh.py
PartDesign.py
Background.jpg
FreeCAD.png
PartDesign.png
ArchDesign.png
Mesh.png
Complete.png
PartDesignExample.png
ArchExample.png
web.png
ArchDesign.py
DefaultWorkbench.py
LoadDrawingExample.py
LoadPartDesignExample.py
LoadRobotExample.py
LoadSchenkel.py
LoadMRU0.py
LoadMRU1.py
LoadMRU2.py
Mesh.py
PartDesign.py
Background.jpg
FreeCAD.png
PartDesign.png
ArchDesign.png
Mesh.png
Complete.png
PartDesignExample.png
ArchExample.png
web.png
)
INSTALL(FILES ${StartPage_SRCS} ${StartPage_DATA}
DESTINATION Mod/Start/StartPage
DESTINATION Mod/Start/StartPage
)