Some small fixes to the install part for windows.

This commit is contained in:
Nathan Letwory
2011-03-09 22:45:43 +00:00
parent 1110c80696
commit 239a6f9de7

View File

@@ -344,7 +344,7 @@ if(WITH_INSTALL)
install( # same as linux!, deduplicate install( # same as linux!, deduplicate
DIRECTORY ${CMAKE_SOURCE_DIR}/release/text/ DIRECTORY ${CMAKE_SOURCE_DIR}/release/text/
DESTINATION ${TARGETDIR_VER}/../ DESTINATION ${TARGETDIR}/
PATTERN ".svn" EXCLUDE PATTERN ".svn" EXCLUDE
) )
@@ -379,13 +379,7 @@ if(WITH_INSTALL)
install( # same as linux!, deduplicate install( # same as linux!, deduplicate
DIRECTORY ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale/ DIRECTORY ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale/
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/blender/${BLENDER_VERSION}/datafiles/locale DESTINATION ${TARGETDIR_VER}/datafiles/locale
PATTERN ".svn" EXCLUDE
)
install( # same as linux!, deduplicate
DIRECTORY ${CMAKE_SOURCE_DIR}/release/text/
DESTINATION ${TARGETDIR_VER}/../
PATTERN ".svn" EXCLUDE PATTERN ".svn" EXCLUDE
) )