Page MenuHome

winthumb64cmake.patch

Authored By
Tom Edwards (artfunkel)
Nov 13 2013, 3:16 PM
Size
687 B
Subscribers
None

winthumb64cmake.patch

Index: source/creator/CMakeLists.txt
===================================================================
--- source/creator/CMakeLists.txt (revision 40217)
+++ source/creator/CMakeLists.txt (working copy)
@@ -585,12 +585,12 @@
FILES ${LIBDIR}/thumbhandler/lib/BlendThumb.dll
DESTINATION ${TARGETDIR}
)
- else()
- install(
- FILES ${LIBDIR}/thumbhandler/lib/BlendThumb64.dll
- DESTINATION ${TARGETDIR}
- )
endif()
+
+ install( # x86 builds can run on x64 Windows, so this is required at all times
+ FILES ${LIBDIR}/thumbhandler/lib/BlendThumb64.dll
+ DESTINATION ${TARGETDIR}
+ )
elseif(APPLE)
set(SOURCEDIR ${CMAKE_SOURCE_DIR}/source/darwin/blender.app)

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5e/cc/7eeede2d8de1f2c4900bf97bb879

Event Timeline