Browse Source

BUG: fix for debug libs not using output path

Bill Hoffman 22 years ago
parent
commit
f60e16f8ab
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Source/cmLocalVisualStudio6Generator.cxx

+ 2 - 1
Source/cmLocalVisualStudio6Generator.cxx

@@ -882,7 +882,8 @@ void cmLocalVisualStudio6Generator::WriteDSPHeader(std::ostream& fout, const cha
         libDebug += ".lib";
         }
       lib = cmSystemTools::ConvertToOutputPath(lib.c_str());
-
+      libDebug = cmSystemTools::ConvertToOutputPath(libDebug.c_str());
+      
       if (j->second == cmTarget::GENERAL)
         {
         libOptions += " ";