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
path: root/source
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2011-12-19 23:46:07 +0400
committerThomas Dinges <blender@dingto.org>2011-12-19 23:46:07 +0400
commitb66c87231abf35f2bc3443c7d7b4140aee0621bc (patch)
tree1a64d47bc3b1ca79f47c1b5e540147e7e508b04f /source
parent0ebb1a3f9f912b5f95472f186ff76daf5e368490 (diff)
* Changes for static win32 png libs.
Diffstat (limited to 'source')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 79a7f5bd910..6851b783463 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -491,7 +491,6 @@ elseif(WIN32)
else()
install(
FILES
- ${LIBDIR}/png/lib/libpng.dll
${LIBDIR}/zlib/lib/zlib.dll
DESTINATION ${TARGETDIR}
)