[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Openexr-devel] Typos found in 1.4.0 release
From: |
Barnaby Robson |
Subject: |
[Openexr-devel] Typos found in 1.4.0 release |
Date: |
Thu, 3 Aug 2006 10:18:45 -0700 |
Hi
There are some
typos ...
in the vc7 Iex
project, ReleaseDLL configuration, Post-Build Event
..\bin\createDLL -n$(TargetDir)\Iex_dll.map -l$(TargetDir)\..\lib\IexDebugDLL -i$(TargetDir)\..\lib\Iex_dll.lib
post-build
should be
..\bin\createDLL -n$(TargetDir)\Iex_dll.map -l$(TargetDir)\..\lib\IexReleaseDLL -i$(TargetDir)\..\lib\Iex_dll.lib
post-build
in the vc7 Half project ReleaseDLL configuration,
Post-Build Event
..\bin\createDLL -n$(TargetDir)\Half_dll.map -l$(TargetDir)\..\lib\HalfDebugDLL -i$(TargetDir)\..\lib\Half_dll.lib
post-build
should be
..\bin\createDLL -n$(TargetDir)\Half_dll.map -l$(TargetDir)\..\lib\HalfReleaseDLL -i$(TargetDir)\..\lib\Half_dll.lib
post-build
in the Imath project
ReleaseDLL configuration, Post-Build Event
$(TargetDir)\createDLL -n$(TargetDir)\Imath_dll.map -l$(TargetDir)\..\lib;$(TargetDir)\..\lib\ImathDebugDLL -i$(TargetDir)\..\lib\Imath_dll.lib
post-build
should be
$(TargetDir)\createDLL -n$(TargetDir)\Imath_dll.map -l$(TargetDir)\..\lib;$(TargetDir)\..\lib\ImathReleaseDLL -i$(TargetDir)\..\lib\Imath_dll.lib
post-build
in the IlmThread project, ReleaseDLL configuration,
Post-Build Event
..\bin\createDLL -n$(TargetDir)\IlmThread_dll.map -l$(TargetDir)\..\lib;$(TargetDir)\..\lib\IlmThreadDebugDLL -i$(TargetDir)\..\lib\IlmThread_dll.lib -oIex_dll.lib
post-build
should
be
..\bin\createDLL -n$(TargetDir)\IlmThread_dll.map -l$(TargetDir)\..\lib;$(TargetDir)\..\lib\IlmThreadReleaseDLL -i$(TargetDir)\..\lib\IlmThread_dll.lib -oIex_dll.lib
post-build
in the IlmImf project, ReleaseDLL configuration,
Post-Build Event
..\bin\createDLL -n$(TargetDir)\IlmImf_dll.map -l$(TargetDir)\..\lib;$(TargetDir)\..\lib\IlmImfDebugDLL -i$(TargetDir)\..\lib\IlmImf_dll.lib -oilmthread_dll.lib;half_dll.lib;zlib1.lib
post-build
should
be
..\bin\createDLL -n$(TargetDir)\IlmImf_dll.map -l$(TargetDir)\..\lib;$(TargetDir)\..\lib\IlmImfReleaseDLL -i$(TargetDir)\..\lib\IlmImf_dll.lib -oilmthread_dll.lib;half_dll.lib;zlib1.lib
post-build
Thanks for all your
work ... everybody loves OpenEXR !
barnaby.
-------------------------
Quidquid latine dictum sit, altum
sonatur.
- [Openexr-devel] Typos found in 1.4.0 release,
Barnaby Robson <=