From 0e4039a22510ddf686481fd4ba43933af644dcc2 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 3 Nov 2008 10:11:39 +0000 Subject: [PATCH] Tweaks --- msvc/README-MSVC.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/msvc/README-MSVC.txt b/msvc/README-MSVC.txt index da57e5d0..a36ca365 100644 --- a/msvc/README-MSVC.txt +++ b/msvc/README-MSVC.txt @@ -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 ------------------------