[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openexr-devel] Typos found in 1.4.0 release
From: |
Drew Hess |
Subject: |
Re: [Openexr-devel] Typos found in 1.4.0 release |
Date: |
Thu, 03 Aug 2006 12:08:54 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (chestnut, linux) |
Cool, thanks. I hate editing those files and it looks like you've
already made the fixes in your version of the .vcproj files; do you
mind sending me yours?
thanks
d
"Barnaby Robson" <address@hidden> writes:
> 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 mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/openexr-devel