[SHELL32]

Fix shdocvw_v1 dependency.

svn path=/trunk/; revision=58573
This commit is contained in:
Sylvain Petreolle 2013-03-22 15:19:51 +00:00
parent 282d76c7d2
commit 6d5e78708b

View file

@ -107,6 +107,6 @@ add_importlibs(shell32
kernel32
ntdll)
add_dependencies(shdocvw shdocvw_v1)
add_dependencies(shell32 shdocvw_v1)
add_pch(shell32 precomp.h)
add_cd_file(TARGET shell32 DESTINATION reactos/system32 FOR all)