mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[HHCTRL]
* Add missing wineheaders dependency. * Set hhctrl.h as a PCH. svn path=/trunk/; revision=53182
This commit is contained in:
parent
114b604b90
commit
f74397a0da
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue