Patch for Windows build to work with OpenEXR 1.6.1 instead of OpenEXR 1.4.0a
Submitted
Updated 3 months, 3 weeks ago
| Chris Norman | Reviewers | ||
| pabs | |||
| None | Synfig SVN | ||
Patch to update Windows NSIS installs to accept OpenEXR 1.6.1 instead of OpenEXR 1.4.0a. Wildcards added for the NSIS scripts, but I can't see any way to add wildcards to the makefile. This matches the updated scripts on the Windows Build Wiki page.
Tested under Windows XP
Diff revision 2 (Latest)
|
1
2
|
|
|
1
2
|
- synfig-core/trunk/Makefile.am: 1 change [ 1 ]
- synfig-core/trunk/src/modules/mod_openexr/mod_openexr.nsh: 1 change [ 1 ]
- synfig-core/trunk/src/modules/mod_openexr/unmod_openexr.nsh: 1 change [ 1 ]
| synfig-core/trunk/Makefile.am | ||||
|---|---|---|---|---|
| Revision 2054 | New Change | |||
| ... | 92 lines hidden [Expand] | |||
| 93 | 93 | |||
| 94 | RMDIR=rm -fr |
94 | RMDIR=rm -fr |
|
| 95 | 95 | |||
| 96 | if WIN32_PKG |
96 | if WIN32_PKG |
|
| 97 | package: all win32inst.nsi |
97 | package: all win32inst.nsi |
|
| 98 | cp -fu `which libHalf-4.dll` src/modules/mod_openexr/.libs/ |
98 | cp -fu `which libHalf-6.dll` src/modules/mod_openexr/.libs/ |
|
| 99 | cp -fu `which libIlmImf-4.dll` src/modules/mod_openexr/.libs/ |
99 | cp -fu `which libIlmImf-6.dll` src/modules/mod_openexr/.libs/ |
|
| 100 | cp -fu `which libIlmThread-4.dll` src/modules/mod_openexr/.libs/ |
100 | cp -fu `which libIlmThread-6.dll` src/modules/mod_openexr/.libs/ |
|
| 101 | cp -fu `which libIex-4.dll` src/modules/mod_openexr/.libs/ |
101 | cp -fu `which libIex-6.dll` src/modules/mod_openexr/.libs/ |
|
| 102 | makensis win32inst.nsi |
102 | makensis win32inst.nsi |
|
| 103 | else |
103 | else |
|
| 104 | if MACOSX_PKG |
104 | if MACOSX_PKG |
|
| 105 | package: all pkg-info/macosx/synfig-core.info |
105 | package: all pkg-info/macosx/synfig-core.info |
|
| 106 | [ -d pkg_root ] && $(RMDIR) pkg_root || true |
106 | [ -d pkg_root ] && $(RMDIR) pkg_root || true |
|
| ... | 21 lines hidden [Expand] | |||
- synfig-core/trunk/Makefile.am: 1 change [ 1 ]
- synfig-core/trunk/src/modules/mod_openexr/mod_openexr.nsh: 1 change [ 1 ]
- synfig-core/trunk/src/modules/mod_openexr/unmod_openexr.nsh: 1 change [ 1 ]
Comments