diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-05-24 14:32:00 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-05-24 14:32:00 (GMT) |
commit | 4d036f44f5fd4cee2859b7a4bdf59411cd0c0124 (patch) | |
tree | 5eef4cc80a4e3947fde6e00889825be73c5b0a64 | |
parent | 25fb20c4aad7f2a1c183a4c56d154e2076b56a30 (diff) | |
download | CMake-4d036f44f5fd4cee2859b7a4bdf59411cd0c0124.zip CMake-4d036f44f5fd4cee2859b7a4bdf59411cd0c0124.tar.gz CMake-4d036f44f5fd4cee2859b7a4bdf59411cd0c0124.tar.bz2 |
removed hardcoded VTKDLL
-rw-r--r-- | Templates/DLLHeader.dsptemplate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Templates/DLLHeader.dsptemplate b/Templates/DLLHeader.dsptemplate index f27e71b..a7f3ad5 100644 --- a/Templates/DLLHeader.dsptemplate +++ b/Templates/DLLHeader.dsptemplate @@ -115,9 +115,9 @@ LINK32=link.exe # 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
+# ADD BASE CPP /nologo /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FD /c
# SUBTRACT BASE CPP /YX
-# ADD CPP /nologo /D "VTKDLL" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FD /c
+# ADD CPP /nologo /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FD /c
# ADD CPP BUILD_INCLUDES EXTRA_DEFINES /D "OUTPUT_LIBNAME_EXPORTS"
# ADD CPP CMAKE_CXX_FLAGS
# ADD CPP CMAKE_CXX_FLAGS_MINSIZEREL
|