diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-14 15:45:10 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-14 15:45:10 (GMT) |
commit | 62d505179747809484bffce8990f19b8325a85b8 (patch) | |
tree | d98497830e2dc4dfe527c619163a0d1626540ca3 /Source | |
parent | 48294a75ca6522483b01ec2cfcf152c32abb6e3f (diff) | |
download | CMake-62d505179747809484bffce8990f19b8325a85b8.zip CMake-62d505179747809484bffce8990f19b8325a85b8.tar.gz CMake-62d505179747809484bffce8990f19b8325a85b8.tar.bz2 |
added make depend on win32
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLib.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/CMakeLib.dsp b/Source/CMakeLib.dsp index 8eda14b..9ca40b0 100644 --- a/Source/CMakeLib.dsp +++ b/Source/CMakeLib.dsp @@ -117,6 +117,10 @@ SOURCE=.\cmDSWWriter.cxx # End Source File
# Begin Source File
+SOURCE=.\cmMakeDepend.cxx
+# End Source File
+# Begin Source File
+
SOURCE=.\cmMakefile.cxx
# End Source File
# Begin Source File
@@ -147,6 +151,10 @@ SOURCE=.\cmSystemTools.cxx SOURCE=.\cmTarget.cxx
# End Source File
+# Begin Source File
+
+SOURCE=.\cmUnixMakefileGenerator.cxx
+# End Source File
# End Group
# Begin Group "Header Files"
|