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:
authorAndrea Weikert <elubie@gmx.net>2011-02-27 21:47:03 +0300
committerAndrea Weikert <elubie@gmx.net>2011-02-27 21:47:03 +0300
commit7ddfd39b280473434b681cacf0352bc5fe40773c (patch)
treeee0476a5a279eac45dd606f49e0bd8fa5bfd4f9a
parent4ed5cd6cef341727f230ff2d50feb460773a055d (diff)
== CMake Win ==
* remove copying of libjack dll's, libjack is statically linked now.
-rw-r--r--source/creator/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 4f4a11a805a..375ddb944f1 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -437,14 +437,6 @@ if(WITH_INSTALL)
)
endif()
- if(WITH_JACK)
- add_custom_command(TARGET blender
- POST_BUILD
- MAIN_DEPENDENCY blender
- COMMAND copy /Y \"${LIBDIR}\\jack\\lib\\libjack.dll\" \"${TARGETDIR}\\\"
- )
- endif()
-
if(WITH_OPENAL)
add_custom_command(TARGET blender
POST_BUILD