openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] Typos found in 1.4.0 release


From: E. Scott Larsen
Subject: Re: [Openexr-devel] Typos found in 1.4.0 release
Date: Thu, 03 Aug 2006 15:25:43 -0400
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

One should be able to replace "Debug" and "Release" with $(ConfigurationName) in both --e.g. -l$(TargetDir)\..\lib\Iex$ConfigurationName)DLL --, then it'll automatically set them correctly.

At least, that's what helps us around here.

//Scott

Drew Hess wrote:
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


_______________________________________________
Openexr-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/openexr-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]