Author: akhaldi Date: Mon Oct 6 18:43:37 2014 New Revision: 64574 URL: http://svn.reactos.org/svn/reactos?rev=64574&view=rev Log: [CMAKE] * Target shdocvw_v1 doesn't exist, don't depend on it.
Modified: trunk/reactos/dll/win32/shell32/CMakeLists.txt Modified: trunk/reactos/dll/win32/shell32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/CMakeLists.txt?rev=64574&r1=64573&r2=64574&view=diff ============================================================================== --- trunk/reactos/dll/win32/shell32/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/CMakeLists.txt [iso-8859-1] Mon Oct 6 18:43:37 2014 @@ -108,6 +108,5 @@ kernel32 ntdll) -add_dependencies(shell32 shdocvw_v1) add_pch(shell32 precomp.h SOURCE) add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)