This commit is contained in:
Andreas Huggel 2008-11-03 10:11:39 +00:00
parent 6f830c2849
commit 0e4039a225

View File

@ -53,22 +53,26 @@ Changes since 20081030
(and of course 3 full builds)
VC71 (VS 2003) in not good at dependancies. On a 'clean' directory:
If I select exifprint+Debug Build (or Release or DebugDLL or ReleaseDLL) it builds successfully
If I use Batch Build/ and select exifprint { Debug etc } all 4 targets fail to build!
If I select exifprint+Debug Build (or Release or DebugDLL or ReleaseDLL)
it builds successfully
If I use Batch Build/ and select exifprint { Debug etc } all 4 targets fail
to build!
VC71 is not attempting to build the dependant sub projects.
VC8 and VC9 (VS 2005 and 2008) are working fine. Both report
========== Build: 14 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
I think the Batch/Build feature in VC71 simply builds (It omits dependancy analysis).
I don't intend to do any more work on this on VC71.
I think the Batch/Build feature in VC71 simply builds (It omits dependancy
analysis). I don't intend to do any more work on this on VC71.
6) I did some debugging
exiv2.exe and exifprint.exe (Debug/DebugDLL on VS/2005)
I was surprised when all .exe's relinked when I changed library code (not only the target .exe)
I'll have to investigate this. I'll fix this when I investigate the crashing DLLs
I was surprised when all .exe's relinked when I changed library code
(not only the target .exe)
I'll have to investigate this. I'll fix this when I investigate the
crashing DLLs
Priorities for 0.18final
------------------------