diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-05 21:29:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-05 21:29:44 (GMT) |
commit | 729908bd4ab74c9ccab24d621514edd3fd0907c6 (patch) | |
tree | adddff577e92896fe680ca7e824bf6ad3e2d7bf1 /Source/MFCDialog | |
parent | 9c149dda8124ed87ebcf381abf8723128bc5cfc8 (diff) | |
download | CMake-729908bd4ab74c9ccab24d621514edd3fd0907c6.zip CMake-729908bd4ab74c9ccab24d621514edd3fd0907c6.tar.gz CMake-729908bd4ab74c9ccab24d621514edd3fd0907c6.tar.bz2 |
ENH: add PathDialog
Diffstat (limited to 'Source/MFCDialog')
-rw-r--r-- | Source/MFCDialog/CMakeSetup.dsp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/MFCDialog/CMakeSetup.dsp b/Source/MFCDialog/CMakeSetup.dsp index 0d97adf..6c1c7f7 100644 --- a/Source/MFCDialog/CMakeSetup.dsp +++ b/Source/MFCDialog/CMakeSetup.dsp @@ -71,7 +71,7 @@ LINK32=link.exe # PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FD /GZ /c
-# SUBTRACT CPP /O<none> /YX /Yc /Yu
+# SUBTRACT CPP /YX /Yc /Yu
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
@@ -107,6 +107,10 @@ SOURCE=.\CMakeSetupDialog.cpp # End Source File
# Begin Source File
+SOURCE=.\PathDialog.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\PropertyList.cpp
# End Source File
# Begin Source File
|