summaryrefslogtreecommitdiffstats
path: root/Templates/DLLHeader.dsptemplate
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-05-22 16:39:22 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2001-05-22 16:39:22 (GMT)
commit69503c66eb8225b57b5e8968f2d58d646bcf3191 (patch)
treee5c1ee8234ed801e6d25710b89e439a2a79c6245 /Templates/DLLHeader.dsptemplate
parent211a55687691908d23ce279960da8dc0add7cea4 (diff)
downloadCMake-69503c66eb8225b57b5e8968f2d58d646bcf3191.zip
CMake-69503c66eb8225b57b5e8968f2d58d646bcf3191.tar.gz
CMake-69503c66eb8225b57b5e8968f2d58d646bcf3191.tar.bz2
fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.
Diffstat (limited to 'Templates/DLLHeader.dsptemplate')
-rw-r--r--Templates/DLLHeader.dsptemplate7
1 files changed, 3 insertions, 4 deletions
diff --git a/Templates/DLLHeader.dsptemplate b/Templates/DLLHeader.dsptemplate
index 0c88beb..50122f3 100644
--- a/Templates/DLLHeader.dsptemplate
+++ b/Templates/DLLHeader.dsptemplate
@@ -31,10 +31,9 @@ CFG=OUTPUT_LIBNAME - Win32 Debug
#
# BUILD_INCLUDES == include path
# EXTRA_DEFINES == compiler defines
+# LIBRARY_OUTPUT_PATH == override in output directory
# OUTPUT_LIBNAME == name of output library
-
-
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
@@ -52,7 +51,7 @@ RSC=rc.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "OUTPUT_LIBRARY_PATHRelease"
+# PROP Output_Dir "LIBRARY_OUTPUT_PATHRelease"
# PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
@@ -79,7 +78,7 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "OUTPUT_LIBRARY_PATHDebug"
+# PROP Output_Dir "LIBRARY_OUTPUT_PATHDebug"
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""