diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-05-22 16:39:22 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-05-22 16:39:22 (GMT) |
commit | 69503c66eb8225b57b5e8968f2d58d646bcf3191 (patch) | |
tree | e5c1ee8234ed801e6d25710b89e439a2a79c6245 /Templates/staticLibHeader.dsptemplate | |
parent | 211a55687691908d23ce279960da8dc0add7cea4 (diff) | |
download | CMake-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/staticLibHeader.dsptemplate')
-rw-r--r-- | Templates/staticLibHeader.dsptemplate | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Templates/staticLibHeader.dsptemplate b/Templates/staticLibHeader.dsptemplate index f6e153b..14fd0cd 100644 --- a/Templates/staticLibHeader.dsptemplate +++ b/Templates/staticLibHeader.dsptemplate @@ -12,6 +12,7 @@ #
# BUILD_INCLUDES == include path
# EXTRA_DEFINES == compiler defines
+# LIBRARY_OUTPUT_PATH == override in output directory
# OUTPUT_LIBNAME == name of output library
# TARGTYPE "Win32 (x86) Static Library" 0x0104
@@ -48,7 +49,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 Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
@@ -71,7 +72,7 @@ LIB32=link.exe -lib # 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 Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
@@ -92,7 +93,7 @@ LIB32=link.exe -lib # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "OUTPUT_LIBRARY_PATHReleaseMinSize"
+# PROP Output_Dir "LIBRARY_OUTPUT_PATHReleaseMinSize"
# PROP Intermediate_Dir "ReleaseMinSize"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
|