diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-05-23 22:31:20 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-05-23 22:31:20 (GMT) |
commit | 8130d63235708b97dd8f36ba0ccfecafe7bf7d88 (patch) | |
tree | 08bfc5d09f234a8150f2865e814d34b567003937 /Templates/DLLHeader.dsptemplate | |
parent | af6c95495c532f9f0be42c6f62590198abf44abb (diff) | |
download | CMake-8130d63235708b97dd8f36ba0ccfecafe7bf7d88.zip CMake-8130d63235708b97dd8f36ba0ccfecafe7bf7d88.tar.gz CMake-8130d63235708b97dd8f36ba0ccfecafe7bf7d88.tar.bz2 |
Intermediate Dir was wrong
Diffstat (limited to 'Templates/DLLHeader.dsptemplate')
-rw-r--r-- | Templates/DLLHeader.dsptemplate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/DLLHeader.dsptemplate b/Templates/DLLHeader.dsptemplate index 5378d4c..555fd13 100644 --- a/Templates/DLLHeader.dsptemplate +++ b/Templates/DLLHeader.dsptemplate @@ -112,7 +112,7 @@ LINK32=link.exe # PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "LIBRARY_OUTPUT_PATHMinSizeRel"
-# PROP Intermediate_Dir "LIBRARY_OUTPUT_PATHMinSizeRel"
+# PROP Intermediate_Dir "MinSizeRel"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FD /c
|