diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-15 17:14:13 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-15 17:14:13 (GMT) |
commit | a12448c19ba732eaf9b5b2907bf25318f9f97ce8 (patch) | |
tree | 6087e4d011217b172671906bcadb248ffe396b36 /Source/DLLHeader.dsptemplate | |
parent | 60a8a2f6aaef970aada3474909d122dd4e5ade58 (diff) | |
download | CMake-a12448c19ba732eaf9b5b2907bf25318f9f97ce8.zip CMake-a12448c19ba732eaf9b5b2907bf25318f9f97ce8.tar.gz CMake-a12448c19ba732eaf9b5b2907bf25318f9f97ce8.tar.bz2 |
added output directory support
Diffstat (limited to 'Source/DLLHeader.dsptemplate')
-rw-r--r-- | Source/DLLHeader.dsptemplate | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/DLLHeader.dsptemplate b/Source/DLLHeader.dsptemplate index 23387c1..0c88beb 100644 --- a/Source/DLLHeader.dsptemplate +++ b/Source/DLLHeader.dsptemplate @@ -52,7 +52,7 @@ RSC=rc.exe # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
+# PROP Output_Dir "OUTPUT_LIBRARY_PATHRelease"
# PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
@@ -79,7 +79,7 @@ LINK32=link.exe # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
+# PROP Output_Dir "OUTPUT_LIBRARY_PATHDebug"
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
@@ -104,3 +104,4 @@ LINK32=link.exe # Name "OUTPUT_LIBNAME - Win32 Release"
# Name "OUTPUT_LIBNAME - Win32 Debug"
+
|