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/EXEHeader.dsptemplate | |
parent | 60a8a2f6aaef970aada3474909d122dd4e5ade58 (diff) | |
download | CMake-a12448c19ba732eaf9b5b2907bf25318f9f97ce8.zip CMake-a12448c19ba732eaf9b5b2907bf25318f9f97ce8.tar.gz CMake-a12448c19ba732eaf9b5b2907bf25318f9f97ce8.tar.bz2 |
added output directory support
Diffstat (limited to 'Source/EXEHeader.dsptemplate')
-rw-r--r-- | Source/EXEHeader.dsptemplate | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/EXEHeader.dsptemplate b/Source/EXEHeader.dsptemplate index dd23f8b..12adbca 100644 --- a/Source/EXEHeader.dsptemplate +++ b/Source/EXEHeader.dsptemplate @@ -51,7 +51,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_EXECUTABLE_PATHRelease"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GR /GX /Zm1000 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
@@ -76,7 +76,7 @@ CM_MULTILINE_LIBRARIES # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
+# PROP Output_Dir "OUTPUT_EXECUTABLE_PATHDebug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
# ADD BASE CPP /W3 /GR /Zm1000 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
@@ -102,7 +102,7 @@ CM_MULTILINE_LIBRARIES # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "ReleaseMinSize"
+# PROP Output_Dir "OUTPUT_EXECUTABLE_PATHReleaseMinSize"
# PROP Intermediate_Dir "ReleaseMinSize"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GR /GX /Zm1000 /O1 /Gs /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
|