[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 6 Oct 2014 18:43:37 +0000 (18:43 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 6 Oct 2014 18:43:37 +0000 (18:43 +0000)
* Target shdocvw_v1 doesn't exist, don't depend on it.

svn path=/trunk/; revision=64574

reactos/dll/win32/shell32/CMakeLists.txt

index 21a7b06..27a0746 100644 (file)
@@ -108,6 +108,5 @@ add_importlibs(shell32
     kernel32
     ntdll)
 
-add_dependencies(shell32 shdocvw_v1)
 add_pch(shell32 precomp.h SOURCE)
 add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)