summaryrefslogtreecommitdiffstats
path: root/Templates/UtilityHeader.dsptemplate
diff options
context:
space:
mode:
authorIan Scott <ian.m.scott@stud.man.ac.uk>2001-06-07 15:36:55 (GMT)
committerIan Scott <ian.m.scott@stud.man.ac.uk>2001-06-07 15:36:55 (GMT)
commit4c4184f56c32e26e9b6a283c0c8bf6a7a59efd79 (patch)
treed3ad0024fdb0d973d573a17bb814e03b0d50a78e /Templates/UtilityHeader.dsptemplate
parent5b69d22c7b1ce247244ce65e84246945dca758b8 (diff)
downloadCMake-4c4184f56c32e26e9b6a283c0c8bf6a7a59efd79.zip
CMake-4c4184f56c32e26e9b6a283c0c8bf6a7a59efd79.tar.gz
CMake-4c4184f56c32e26e9b6a283c0c8bf6a7a59efd79.tar.bz2
adding a "Release with debugging Info" build to CMake for NT
Diffstat (limited to 'Templates/UtilityHeader.dsptemplate')
-rw-r--r--Templates/UtilityHeader.dsptemplate15
1 files changed, 15 insertions, 0 deletions
diff --git a/Templates/UtilityHeader.dsptemplate b/Templates/UtilityHeader.dsptemplate
index fab0300..626f777 100644
--- a/Templates/UtilityHeader.dsptemplate
+++ b/Templates/UtilityHeader.dsptemplate
@@ -20,6 +20,7 @@ CFG=OUTPUT_LIBNAME - Win32 Debug
!MESSAGE "OUTPUT_LIBNAME - Win32 Debug" (based on "Win32 (x86) Generic Project")
!MESSAGE "OUTPUT_LIBNAME - Win32 MinSizeRel" (based on "Win32 (x86) Generic Project")
!MESSAGE "OUTPUT_LIBNAME - Win32 Release" (based on "Win32 (x86) Generic Project")
+!MESSAGE "OUTPUT_LIBNAME - Win32 ReleaseWithDebugInfo" (based on "Win32 (x86) Generic Project")
!MESSAGE
# Begin Project
@@ -67,6 +68,19 @@ MTL=midl.exe
# PROP Intermediate_Dir "MinSizeRel"
# PROP Target_Dir ""
+!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 ReleaseWithDebugInfo"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ReleaseWithDebugInfo"
+# PROP BASE Intermediate_Dir "ReleaseWithDebugInfo"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "EXECUTABLE_OUTPUT_PATHReleaseWithDebugInfo"
+# PROP Intermediate_Dir "ReleaseWithDebugInfo"
+# PROP Target_Dir ""
+
!ENDIF
# Begin Target
@@ -74,3 +88,4 @@ MTL=midl.exe
# Name "OUTPUT_LIBNAME - Win32 Release"
# Name "OUTPUT_LIBNAME - Win32 Debug"
# Name "OUTPUT_LIBNAME - Win32 MinSizeRel"
+# Name "OUTPUT_LIBNAME - Win32 ReleaseWithDebugInfo"