Author: mpiulachs Date: Sun May 4 18:46:26 2008 New Revision: 33286
URL: http://svn.reactos.org/svn/reactos?rev=33286&view=rev Log: -Move shellext folder to a more appropriate location. shell extensions are COM objects which extends the abilities of MS Windows explorer and not regular Win32 Dlls as they don't export APIs (part 1/2)
Added: trunk/reactos/dll/shellext/ - copied from r33280, trunk/reactos/dll/win32/shellext/ Removed: trunk/reactos/dll/win32/shellext/ Modified: trunk/reactos/dll/dll.rbuild trunk/reactos/dll/win32/win32.rbuild
Modified: trunk/reactos/dll/dll.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/dll.rbuild?rev=33286&am... ============================================================================== --- trunk/reactos/dll/dll.rbuild [iso-8859-1] (original) +++ trunk/reactos/dll/dll.rbuild [iso-8859-1] Sun May 4 18:46:26 2008 @@ -16,6 +16,9 @@ <directory name="ntdll"> <xi:include href="ntdll/ntdll.rbuild" /> </directory> +<directory name="shellext"> + <xi:include href="shellext/shellext.rbuild" /> +</directory> <directory name="win32"> <xi:include href="win32/win32.rbuild" /> </directory>
Modified: trunk/reactos/dll/win32/win32.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/win32.rbuild?rev=... ============================================================================== --- trunk/reactos/dll/win32/win32.rbuild [iso-8859-1] (original) +++ trunk/reactos/dll/win32/win32.rbuild [iso-8859-1] Sun May 4 18:46:26 2008 @@ -277,9 +277,6 @@ <directory name="shell32"> <xi:include href="shell32/shell32.rbuild" /> </directory> -<directory name="shellext"> - <xi:include href="shellext/shellext.rbuild" /> -</directory> <directory name="shfolder"> <xi:include href="shfolder/shfolder.rbuild" /> </directory>