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.
|
12 years ago | |
---|---|---|
.. | ||
addmoddel | 12 years ago | |
convert-test | 12 years ago | |
easyaccess-test | 12 years ago | |
exifcomment | 12 years ago | |
exifdata-test | 12 years ago | |
exifprint | 12 years ago | |
exiv2 | 12 years ago | |
exiv2lib | 12 years ago | |
expat | 12 years ago | |
geotag | 12 years ago | |
include | 12 years ago | |
iotest | 12 years ago | |
iptceasy | 12 years ago | |
iptcprint | 12 years ago | |
iptctest | 12 years ago | |
key-test | 12 years ago | |
largeiptc-test | 12 years ago | |
metacopy | 12 years ago | |
mmap-test | 12 years ago | |
path-test | 12 years ago | |
prevtest | 12 years ago | |
stringto-test | 12 years ago | |
taglist | 12 years ago | |
tiff-test | 12 years ago | |
utiltest | 12 years ago | |
werror-test | 12 years ago | |
write-test | 12 years ago | |
write2-test | 12 years ago | |
xmpparse | 12 years ago | |
xmpparser-test | 12 years ago | |
xmpsample | 12 years ago | |
xmpsdk | 12 years ago | |
zlib | 12 years ago | |
ReadMe.txt | 12 years ago | |
exiv2.sln | 12 years ago |
ReadMe.txt
exiv2\msvc2012\ReadMe.txt ------------------------- +-----------------------------------------------------------+ | msvc2012 builds 32bit and 64bit binaries | | with Visual Studio 2012 | | msvc64 builds 32bit and 64bit binaries | | with Visual Studio 2005/8/10 | | msvc 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 msvc64 and you should consult msvc64\ReadMe.txt. The project file convertor for 2012 created a new build environment which fails to build 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! ##