exiv2/msvc2012
2013-12-28 19:24:46 +00:00
..
addmoddel
convert-test
easyaccess-test
exifcomment
exifdata-test
exifprint
exiv2
exiv2lib MSVC build environment: Added casiomn.cpp (thanks Niels for adding the Casio code). 2013-12-28 19:24:46 +00:00
expat
geotag
include
iotest
iptceasy
iptcprint
iptctest
key-test
largeiptc-test
metacopy
mmap-test
path-test
prevtest
stringto-test
taglist
tiff-test
utiltest
werror-test
write2-test
write-test
xmpparse
xmpparser-test
xmpsample
xmpsdk
zlib
exiv2.sln
ReadMe.txt

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!
##