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.
sridharb 9d026de3af Fix for http://dev.exiv2.org/issues/1213
Two changes: add $(ProjectDir)../../src to the include path
change $(SolutionDir)../ to $(ProjectDir)../../ in order so that individual projects may be used in solutions other than those in the exiv2 tree. The existing terminology ties the include paths to the Solution and the new methodology ties them to the Project and enables them to "float" to any Solution.
9 years ago
..
include build: rename msvc -> msvc2003, rename msvc64 -> msvc2005 12 years ago
src #1029. Thank You, Thomas for reporting this and providing the patch. 11 years ago
Depends2.suo build: rename msvc -> msvc2003, rename msvc64 -> msvc2005 12 years ago
ReadMe.txt build: rename msvc -> msvc2003, rename msvc64 -> msvc2005 12 years ago
depends.sln build: rename msvc -> msvc2003, rename msvc64 -> msvc2005 12 years ago
depends.vcproj Fix for http://dev.exiv2.org/issues/1213 9 years ago
stdafx.cpp build: rename msvc -> msvc2003, rename msvc64 -> msvc2005 12 years ago
stdafx.h build: rename msvc -> msvc2003, rename msvc64 -> msvc2005 12 years ago
targetver.h build: rename msvc -> msvc2003, rename msvc64 -> msvc2005 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.

Depends/ReadMe.txt
------------------

This project is "depends" and is code from MSJ (now MSDN) in 1997.  I appreciate and respect the code provided by Matt Pietrik.  I have made the following changes:
1) Added the -q option
2) Added the MSVC build environment (for 32bit and 64bit builds)
3) Modified the default response to report 1 and 2.

The projects builds depends32.exe and depends64.exe which are used by runner32.bat and runner64.bat to test dependancies post build.

Robin Mills
http://clanmills.com
2011-01-02