+ 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) add_definitions(-DBOOST_DYN_LINK)
endif(WIN32) endif(WIN32)
IF(RESOURCEDIR) # This causes some problems with the resource files to be found, especially with the StartPage
add_definitions(-DRESOURCEDIR="${RESOURCEDIR}") #IF(RESOURCEDIR)
ENDIF(RESOURCEDIR) # add_definitions(-DRESOURCEDIR="${RESOURCEDIR}")
#ENDIF(RESOURCEDIR)
IF(DOCDIR) #IF(DOCDIR)
add_definitions(-DDOCDIR="${DOCDIR}") # add_definitions(-DDOCDIR="${DOCDIR}")
ENDIF(DOCDIR) #ENDIF(DOCDIR)
include_directories( include_directories(
${CMAKE_BINARY_DIR}/src ${CMAKE_BINARY_DIR}/src

View File

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