You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Mills 3d7342d0e5 MSVC build environment: Added casiomn.cpp (thanks Niels for adding the Casio code). 12 years ago
..
addmoddel build: Added msvc2012 directory 12 years ago
convert-test build: Added msvc2012 directory 12 years ago
easyaccess-test build: Added msvc2012 directory 12 years ago
exifcomment build: Added msvc2012 directory 12 years ago
exifdata-test build: Added msvc2012 directory 12 years ago
exifprint build: Added msvc2012 directory 12 years ago
exiv2 build: Added msvc2012 directory 12 years ago
exiv2lib MSVC build environment: Added casiomn.cpp (thanks Niels for adding the Casio code). 12 years ago
expat build: Added msvc2012 directory 12 years ago
geotag build: Added msvc2012 directory 12 years ago
include Bumping the revision number to 0.24. Yeah! 12 years ago
iotest build: Added msvc2012 directory 12 years ago
iptceasy build: Added msvc2012 directory 12 years ago
iptcprint build: Added msvc2012 directory 12 years ago
iptctest build: Added msvc2012 directory 12 years ago
key-test build: Added msvc2012 directory 12 years ago
largeiptc-test build: Added msvc2012 directory 12 years ago
metacopy build: Added msvc2012 directory 12 years ago
mmap-test build: Added msvc2012 directory 12 years ago
path-test build: Added msvc2012 directory 12 years ago
prevtest build: Added msvc2012 directory 12 years ago
stringto-test build: Added msvc2012 directory 12 years ago
taglist build: Added msvc2012 directory 12 years ago
tiff-test build: Added msvc2012 directory 12 years ago
utiltest build: Added msvc2012 directory 12 years ago
werror-test build: Added msvc2012 directory 12 years ago
write-test build: Added msvc2012 directory 12 years ago
write2-test build: Added msvc2012 directory 12 years ago
xmpparse build: Added msvc2012 directory 12 years ago
xmpparser-test build: Added msvc2012 directory 12 years ago
xmpsample build: Added msvc2012 directory 12 years ago
xmpsdk build: Added msvc2012 directory 12 years ago
zlib build: Added msvc2012 directory 12 years ago
ReadMe.txt build: Changes to support msvc2003/msvc2005/msvc2012 trees 12 years ago
exiv2.sln build: adding msvc2012 tree 12 years ago

ReadMe.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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