Page Menu
Home
Search
Configure Global Search
Log In
Files
F16124
winthumb64cmake.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Tom Edwards (artfunkel)
Nov 13 2013, 3:16 PM
Size
687 B
Subscribers
None
winthumb64cmake.patch
View Options
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
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5e/cc/7eeede2d8de1f2c4900bf97bb879
Event Timeline
Log In to Comment