Author: hpoussin
Date: Fri Jul 27 15:19:19 2007
New Revision: 27926
URL:
http://svn.reactos.org/svn/reactos?rev=27926&view=rev
Log:
Fix hhctrl.ocx build
Added:
trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff (with props)
Modified:
trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild
Modified: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/hhctrl.ocx/hhctr…
==============================================================================
--- trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild (original)
+++ trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild Fri Jul 27 15:19:19 2007
@@ -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>
Added: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/hhctrl.ocx/hhctr…
==============================================================================
--- trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff (added)
+++ trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff Fri Jul 27 15:19:19 2007
@@ -1,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>
Propchange: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff
------------------------------------------------------------------------------
svn:eol-style = native