* Add missing wineheaders dependency.
* Set hhctrl.h as a PCH.

svn path=/trunk/; revision=53182
This commit is contained in:
Amine Khaldi 2011-08-11 15:11:25 +00:00
parent 114b604b90
commit f74397a0da
2 changed files with 3 additions and 0 deletions

View file

@ -38,4 +38,6 @@ add_importlibs(hhctrl
kernel32
ntdll)
add_dependencies(hhctrl wineheaders)
add_pch(hhctrl hhctrl.h)
add_cd_file(TARGET hhctrl DESTINATION reactos/system32 FOR all)

View file

@ -20,6 +20,7 @@
<file>stream.c</file>
<file>webbrowser.c</file>
<file>hhctrl.rc</file>
<pch>hhctrl.h</pch>
<library>wine</library>
<library>advapi32</library>
<library>comctl32</library>