diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-12 09:30:35 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-12 09:30:35 (GMT) |
commit | aa3ca2b432ab346c28ea7c758cbbf57ca346e139 (patch) | |
tree | dec236eb51e746ae123edb3e9c01a5595381e12f /Source/cmDSWBuilder.h | |
parent | e2ad65d3c27177b8f3ee3c9b81382ea883a3bfbd (diff) | |
download | CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.zip CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.tar.gz CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.tar.bz2 |
ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the directories of the system.
Diffstat (limited to 'Source/cmDSWBuilder.h')
-rw-r--r-- | Source/cmDSWBuilder.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/Source/cmDSWBuilder.h b/Source/cmDSWBuilder.h deleted file mode 100644 index f44a01e..0000000 --- a/Source/cmDSWBuilder.h +++ /dev/null @@ -1,38 +0,0 @@ -/*========================================================================= - - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile$ - Language: C++ - Date: $Date$ - Version: $Revision$ - - - Copyright (c) 2000 National Library of Medicine - All rights reserved. - - See COPYRIGHT.txt for copyright details. - -=========================================================================*/ -/** - * cmDSWBuilder - */ - -#ifndef __cmDSWBuilder_h -#define __cmDSWBuilder_h - -#include "cmPCBuilder.h" -class cmDSWMakefile; - -class cmDSWBuilder : public cmPCBuilder -{ -public: - cmDSWBuilder(); - ~cmDSWBuilder(); - void CreateDSWFile(); - virtual cmMakefile* GetMakefile(); -protected: - cmDSWMakefile* m_Makefile; -}; - -#endif - |