Author: dquintana Date: Thu Jul 31 11:44:21 2014 New Revision: 63790
URL: http://svn.reactos.org/svn/reactos?rev=63790&view=rev Log: [STOBJECT] * Move this shell extension to the shellext folder.
Added: branches/shell-experiments/dll/shellext/stobject/ - copied from r63789, branches/shell-experiments/dll/win32/stobject/ Removed: branches/shell-experiments/dll/win32/stobject/ Modified: branches/shell-experiments/dll/shellext/CMakeLists.txt branches/shell-experiments/dll/win32/CMakeLists.txt
Modified: branches/shell-experiments/dll/shellext/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/shellext/C... ============================================================================== --- branches/shell-experiments/dll/shellext/CMakeLists.txt [iso-8859-1] (original) +++ branches/shell-experiments/dll/shellext/CMakeLists.txt [iso-8859-1] Thu Jul 31 11:44:21 2014 @@ -4,3 +4,4 @@ add_subdirectory(devcpux) add_subdirectory(fontext) add_subdirectory(slayer) +add_subdirectory(stobject)
Modified: branches/shell-experiments/dll/win32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/CMak... ============================================================================== --- branches/shell-experiments/dll/win32/CMakeLists.txt [iso-8859-1] (original) +++ branches/shell-experiments/dll/win32/CMakeLists.txt [iso-8859-1] Thu Jul 31 11:44:21 2014 @@ -193,7 +193,6 @@ add_subdirectory(stdole2.tlb) add_subdirectory(stdole32.tlb) add_subdirectory(sti) -add_subdirectory(stobject) add_subdirectory(sxs) add_subdirectory(syssetup) add_subdirectory(t2embed)