BUG: Fix jump-over-and-build for missing libraries when the relative path to the library is different between the source and destination of the jump.

This commit is contained in:
Brad King
2004-01-22 10:54:15 -05:00
parent a4aab3b677
commit fad0651d84
2 changed files with 10 additions and 30 deletions
+2 -4
View File
@@ -192,13 +192,11 @@ protected:
virtual void OutputBuildTargetInDirWindows(std::ostream& fout,
const char* path,
const char* library,
const char* fullpath,
const char* outputPath);
const char* fullpath);
virtual void OutputBuildTargetInDir(std::ostream& fout,
const char* path,
const char* library,
const char* fullpath,
const char* outputPath);
const char* fullpath);
///! return true if the two paths are the same
virtual bool SamePath(const char* path1, const char* path2);
virtual std::string GetOutputExtension(const char* sourceExtension);