mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
add dot net stuff to cmakelists file and dsp file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user