Commit Graph

18 Commits

Author SHA1 Message Date
Robin Mills
c7cc1138b4 #1121 Fixes to msvc/*.vcproj to support VS2017 RC! 2016-11-21 10:54:27 +00:00
Robin Mills
127be10ccf #1250 Fix submitted. See issue report for comments/discussion. 2016-10-29 02:36:09 +00:00
Robin Mills
810d8674d7 #1226 Rename msvc2005 as msvc 2016-10-25 23:08:25 +00:00
Robin Mills
e182a28da8 build: rename msvc -> msvc2003, rename msvc64 -> msvc2005 2013-07-22 23:49:27 +00:00
Robin Mills
d9bcc04633 Added version.{c}h}pp/dumpLibraryInfo() and call from exiv2 -v -V to inspect libraries at run-time on W/L/M platforms. 2012-07-09 01:25:17 +00:00
Robin Mills
9731123c7a Flattening the vcproj XML files to reduce the XML line-count displayed by www.ohloh.net 2012-07-08 19:08:02 +00:00
Robin Mills
c8138546a7 Updated MSVC project files (and notes) to build with DevStudio 2010 (and with DevStudio 2003/5/8) 2010-07-20 04:38:47 +00:00
Robin Mills
86d8f0b497 Changes to MSVC build environment with thanks to Jon Roch-Berry
1) Library files have been changed to enable them to co-exist in a single directory:
* Static Debug:   exiv2.lib -> exiv2sd.lib
* Static Release: exiv2.lib -> exiv2s.lib
* DLL Debug:      exiv2.lib -> exiv2d.lib
                  exiv2.dll -> exiv2d.dll
* Dll Release:    unchanged

2) Incorrect linking has been rectified as follows: 
The following had their expat dependencies incorrect and
debug versions were linking against release versions, and release
versions against debug versions:
exiv2-0.20\msvc\addmoddel\addmoddel.vcproj
exiv2-0.20\msvc\convert-test\convert-test.vcproj
exiv2-0.20\msvc\mmap-test\mmap-test.vcproj
exiv2-0.20\msvc\tiff-test\tiff-test.vcproj

Also, in the following it was linking in both the debug and release
zlib:
exiv2-0.20\msvc\exivsimple\exivsimple.vcproj

Thank you to Jon for providing these fixes.

3) Runner.txt has been modified for the following reasons:
a) The change in library names is detected
b) Some exiv2 output strings have changed since 0.20
2010-07-18 21:03:36 +00:00
Robin Mills
0b913aa605 #621: Windows build environment changes
1) exv_msvc.h moved to msvc/include/exv_msvc.h
2) exv_msvc.h no longer has #pragma comment statements to link zlib
3) project files updated to explicitly link appropriate zlib library
2009-03-17 06:47:43 +00:00
Andreas Huggel
5297f0af00 More fixes for the MSVC build env (robin-20081113.patch from Robin Mills). 2008-11-16 15:47:07 +00:00
Andreas Huggel
6f830c2849 Applied Robin's patch fixing the last few issues before 0.18-pre2 2008-11-03 09:29:51 +00:00
Andreas Huggel
891b98f25e Robin's patch to fix MSVC issues. 2008-11-02 11:40:23 +00:00
Andreas Huggel
50983a44b7 #567: New MSVC build files. (Intermediate, probably doesn't compile with MSVC, ironically. By Robin Mills, errors are mine - his does compile.) 2008-10-29 16:11:01 +00:00
Andreas Huggel
69f8e9b332 Tweaks 2007-12-30 17:13:29 +00:00
Andreas Huggel
d1f41794fc Fixed MSVC compilation of the samples. 2007-11-13 13:44:12 +00:00
Andreas Huggel
08c2c50448 Partially updated MSVC project (samples and XMP don't compile). 2007-11-01 02:47:04 +00:00
Andreas Huggel
a70511cc4a Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427 2005-05-28 05:48:43 +00:00
brad
ecde80633e added write-test to msvc build project 2004-12-03 00:05:35 +00:00