diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-19 14:43:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-19 14:43:26 (GMT) |
commit | 96898bed3ebdcb4e07a733f4275968de9924d876 (patch) | |
tree | 66ed54159a6436835c9794dba86b4f2b029a6aaa /Source | |
parent | 8d8528db822cb567fb5e6782c92d093bc8a80c4a (diff) | |
download | CMake-96898bed3ebdcb4e07a733f4275968de9924d876.zip CMake-96898bed3ebdcb4e07a733f4275968de9924d876.tar.gz CMake-96898bed3ebdcb4e07a733f4275968de9924d876.tar.bz2 |
add dot net stuff to cmakelists file and dsp file
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLib.dsp | 14 | ||||
-rw-r--r-- | Source/CMakeLists.txt | 2 |
2 files changed, 5 insertions, 11 deletions
diff --git a/Source/CMakeLib.dsp b/Source/CMakeLib.dsp index 070d8ef..9e989e8 100644 --- a/Source/CMakeLib.dsp +++ b/Source/CMakeLib.dsp @@ -91,7 +91,7 @@ SOURCE=.\cmake.cxx # End Source File
# Begin Source File
-SOURCE=.\cmNMakeMakefileGenerator.cxx
+SOURCE=.\cmakewizard.cxx
# End Source File
# Begin Source File
@@ -115,10 +115,6 @@ SOURCE=.\cmCustomCommand.cxx # End Source File
# Begin Source File
-SOURCE=.\cmakewizard.cxx
-# End Source File
-# Begin Source File
-
SOURCE=.\cmDirectory.cxx
# End Source File
# Begin Source File
@@ -147,19 +143,15 @@ SOURCE=.\cmMakefileGenerator.cxx # End Source File
# Begin Source File
-SOURCE=.\cmMSProjectGenerator.cxx
-# End Source File
-# Begin Source File
-
SOURCE=.\cmMSDotNETGenerator.cxx
# End Source File
# Begin Source File
-SOURCE=.\cmSLNWriter.cxx
+SOURCE=.\cmMSProjectGenerator.cxx
# End Source File
# Begin Source File
-SOURCE=.\cmVCProjWriter.cxx
+SOURCE=.\cmNMakeMakefileGenerator.cxx
# End Source File
# Begin Source File
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 653c011..cd4d0cf 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -42,6 +42,8 @@ IF (WIN32) SOURCE_FILES(SRCS cmNMakeMakefileGenerator.cxx) IF(NOT UNIX) IF( NOT BORLAND ) + LINK_LIBRARIES( rpcrt4.lib ) + SOURCE_FILES(SRCS cmMSDotNETGenerator.cxx) SUBDIRS(MFCDialog) ENDIF( NOT BORLAND ) ENDIF(NOT UNIX) |