Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2011-09-27 21:06:10 +0400
committerDalai Felinto <dfelinto@gmail.com>2011-09-27 21:06:10 +0400
commitc927e374107a7d4b8ecb443656ef548f89684131 (patch)
tree97f7ea4c4ade2364f65e903483aeed518ff4d0c3 /source/creator
parent3bcbefa558ac9661f6ac8fc936c20c95e73c53ee (diff)
OSX CMake bundle - blenderplayer doesn't need locale, data, ..
also blenderplayer is a subset of Blender, so no need to repeat the macros here.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt39
1 files changed, 0 insertions, 39 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a2cd7c23c06..28a621c923c 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -723,24 +723,6 @@ elseif(APPLE)
CODE
"file(REMOVE_RECURSE ${PLAYER_TARGETDIR_VER})"
)
-
-
- # handy install macro to exclude files, we use \$ escape for the "to"
- # argument when calling so ${BUILD_TYPE} does not get expanded
- macro(install_dir from to)
- install(
- DIRECTORY ${from}
- DESTINATION ${to}
- PATTERN ".svn" EXCLUDE
- PATTERN "*.pyc" EXCLUDE
- PATTERN "*.pyo" EXCLUDE
- PATTERN "*.orig" EXCLUDE
- PATTERN "*.rej" EXCLUDE
- PATTERN "__pycache__" EXCLUDE
- PATTERN "__MACOSX" EXCLUDE
- PATTERN ".DS_Store" EXCLUDE
- )
- endmacro()
install(
FILES ${PLAYER_SOURCEDIR}/Contents/PkgInfo
@@ -752,27 +734,6 @@ elseif(APPLE)
\${TARGETDIR}/blenderplayer.app/Contents/
)
- install(
- FILES ${CMAKE_SOURCE_DIR}/release/bin/.blender/.bfont.ttf
- DESTINATION ${PLAYER_TARGETDIR_VER}
- )
-
- # localization
- if(WITH_INTERNATIONAL)
- install(
- FILES ${CMAKE_SOURCE_DIR}/release/bin/.blender/.Blanguages
- DESTINATION ${PLAYER_TARGETDIR_VER}/datafiles
- )
-
- install(
- DIRECTORY
- ${CMAKE_SOURCE_DIR}/release/bin/.blender/fonts
- ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale
- DESTINATION ${PLAYER_TARGETDIR_VER}/datafiles
- PATTERN ".svn" EXCLUDE
- )
- endif()
-
# python
if(WITH_PYTHON)
add_custom_command(