[SHELL32]
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Sun, 2 Nov 2014 23:30:48 +0000 (23:30 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Sun, 2 Nov 2014 23:30:48 +0000 (23:30 +0000)
- Move files that implement dialogs and property sheets in dialogs folder

svn path=/branches/shell-experiments/; revision=65206

dll/win32/shell32/CMakeLists.txt
dll/win32/shell32/dialogs/dialogs.cpp [moved from dll/win32/shell32/dialogs.cpp with 100% similarity]
dll/win32/shell32/dialogs/drive.cpp [moved from dll/win32/shell32/drive.cpp with 100% similarity]
dll/win32/shell32/dialogs/drvdefext.cpp [moved from dll/win32/shell32/drvdefext.cpp with 100% similarity]
dll/win32/shell32/dialogs/filedefext.cpp [moved from dll/win32/shell32/filedefext.cpp with 100% similarity]
dll/win32/shell32/dialogs/folder_options.cpp [moved from dll/win32/shell32/folder_options.cpp with 100% similarity]
dll/win32/shell32/dialogs/fprop.cpp [moved from dll/win32/shell32/fprop.cpp with 100% similarity]

index 5b9fa9a..70ef75c 100644 (file)
@@ -29,7 +29,12 @@ list(APPEND SOURCE
     dde.cpp
     debughlp.cpp
     desktop.cpp
-    dialogs.cpp
+    dialogs/dialogs.cpp
+    dialogs/drive.cpp
+    dialogs/drvdefext.cpp
+    dialogs/folder_options.cpp
+    dialogs/filedefext.cpp
+    dialogs/fprop.cpp
     dragdrophelper.cpp
     enumidlist.cpp
     extracticon.cpp
@@ -63,15 +68,10 @@ list(APPEND SOURCE
     shpolicy.cpp
     stubs.cpp
     systray.cpp
-    fprop.cpp
-    drive.cpp
     defcontextmenu.cpp
     openwithmenu.cpp
     newmenu.cpp
     startmenu.cpp
-    folder_options.cpp
-    filedefext.cpp
-    drvdefext.cpp
     precomp.h)
 
 add_library(shell32 SHARED