mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
Fix hhctrl.ocx build
svn path=/trunk/; revision=27926
This commit is contained in:
parent
882a314408
commit
660c29094c
2 changed files with 21 additions and 0 deletions
|
@ -3,12 +3,14 @@
|
|||
<importlibrary definition="hhctrl.ocx.spec.def" />
|
||||
<include base="hhctrl">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<include base="ReactOS" root="intermediate">include/reactos</include>
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__WINESRC__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<define name="WINVER">0x501</define>
|
||||
<dependency>wineheaders</dependency>
|
||||
<library>wine</library>
|
||||
<library>advapi32</library>
|
||||
<library>comctl32</library>
|
||||
|
|
19
reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff
Normal file
19
reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff
Normal file
|
@ -0,0 +1,19 @@
|
|||
Index: hhctrl.ocx.rbuild
|
||||
===================================================================
|
||||
--- hhctrl.ocx.rbuild (revision 27782)
|
||||
+++ hhctrl.ocx.rbuild (working copy)
|
||||
@@ -3,12 +3,14 @@
|
||||
<importlibrary definition="hhctrl.ocx.spec.def" />
|
||||
<include base="hhctrl">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
+ <include base="ReactOS" root="intermediate">include/reactos</include>
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__WINESRC__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<define name="WINVER">0x501</define>
|
||||
+ <dependency>wineheaders</dependency>
|
||||
<library>wine</library>
|
||||
<library>advapi32</library>
|
||||
<library>comctl32</library>
|
Loading…
Reference in a new issue