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 a7268ad719 Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
..
addmoddel Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
convert-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
easyaccess-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
exifcomment Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
exifdata-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
exifprint Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
exiv2 Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
exiv2lib Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
expat Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
geotag Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
include Bumping the revision number to 0.24. Yeah! 12 years ago
iotest Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
iptceasy Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
iptcprint Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
iptctest Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
key-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
largeiptc-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
metacopy Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
mmap-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
path-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
prevtest Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
stringto-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
taglist Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
tiff-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
utiltest Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
werror-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
write-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
write2-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
xmpparse Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
xmpparser-test Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
xmpsample Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
xmpsdk Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 years ago
zlib Add script fixxml.sh to put the .vcproj and .vcxproj xml files on a line-count diet! 11 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!
##