diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-08-21 21:41:12 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-08-21 21:41:12 (GMT) |
commit | 9b259810684b1dc791b71ca45014340e48c8e343 (patch) | |
tree | dc4602455a1d64b8ef53d154151bebe7a96a499a /Source/MFCDialog/CMakeSetup.dsp | |
parent | a159c2d306368bddae574a83464cff5e00230369 (diff) | |
download | CMake-9b259810684b1dc791b71ca45014340e48c8e343.zip CMake-9b259810684b1dc791b71ca45014340e48c8e343.tar.gz CMake-9b259810684b1dc791b71ca45014340e48c8e343.tar.bz2 |
CMakeSetup now handles command-line arguments (ex: /H=source_dir /B=build_dir)
Diffstat (limited to 'Source/MFCDialog/CMakeSetup.dsp')
-rw-r--r-- | Source/MFCDialog/CMakeSetup.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeSetup.dsp b/Source/MFCDialog/CMakeSetup.dsp index 6c1c7f7..414adce 100644 --- a/Source/MFCDialog/CMakeSetup.dsp +++ b/Source/MFCDialog/CMakeSetup.dsp @@ -95,6 +95,10 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
+SOURCE=.\CMakeCommandLineInfo.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\CMakeSetup.cpp
# End Source File
# Begin Source File
@@ -124,6 +128,10 @@ SOURCE=.\StdAfx.cpp # PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
+SOURCE=.\CMakeCommandLineInfo.h
+# End Source File
+# Begin Source File
+
SOURCE=.\CMakeSetup.h
# End Source File
# Begin Source File
|