exiv2/msvc2012
2013-07-24 02:47:31 +00:00
..
addmoddel build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
convert-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
easyaccess-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
exifcomment build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
exifdata-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
exifprint build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
exiv2 build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
exiv2lib build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
expat build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
geotag build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
include Bumping the revision number to 0.24. Yeah! 2013-07-24 02:47:31 +00:00
iotest build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
iptceasy build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
iptcprint build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
iptctest build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
key-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
largeiptc-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
metacopy build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
mmap-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
path-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
prevtest build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
stringto-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
taglist build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
tiff-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
utiltest build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
werror-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
write2-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
write-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
xmpparse build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
xmpparser-test build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
xmpsample build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
xmpsdk build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
zlib build: Added msvc2012 directory 2013-07-22 23:43:23 +00:00
exiv2.sln build: adding msvc2012 tree 2013-07-22 22:06:59 +00:00
ReadMe.txt build: Changes to support msvc2003/msvc2005/msvc2012 trees 2013-07-23 00:21:54 +00:00

exiv2\msvc2012\ReadMe.txt
-------------------------

+-----------------------------------------------------------+
| msvc2012 builds 32bit and 64bit binaries                  |
|          with Visual Studio 2012                          |
| msvc2005 builds 32bit and 64bit binaries                  |
|          with Visual Studio 2005/8/10                     |
| msvc2003 builds 32bit binaries                            |
|          with Visual Studio 2003/5/8                      |
+-----------------------------------------------------------+

Updated: 2012-07-22 

The build environment for Visual Studio 2012 is basically the same
as msvc2005 and you should consult msvc2005\ReadMe.txt for information
about the build.

The Visual Studio 2012 project file convertor created this new build environment
however the build failed for several of the Release and Debug (static) applications.

The project files in msvc2012 have been hand modified to successfully build
exiv2 and all the sample applications.  The environment can build 32bit and 64bit
binaries in four flavors:

    Debug and Release       (static)
    DebugDLL and ReleaseDLL (shared libraries)
    
The static builds are linked with the static C-runtime libraries.
The shared builds are linked with the shared C-runtime libraries.

Robin Mills
http://clanmills.com
email: robin@clanmills.com

# That's all Folks!
##