summaryrefslogtreecommitdiffstats
path: root/Source/DLLHeader.dsptemplate
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-15 17:14:13 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-15 17:14:13 (GMT)
commita12448c19ba732eaf9b5b2907bf25318f9f97ce8 (patch)
tree6087e4d011217b172671906bcadb248ffe396b36 /Source/DLLHeader.dsptemplate
parent60a8a2f6aaef970aada3474909d122dd4e5ade58 (diff)
downloadCMake-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.dsptemplate5
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"
+