[ros-diffs] [hpoussin] 32841: Try to fix build

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Fri Apr 4 14:30:11 CEST 2008


Author: hpoussin
Date: Fri Apr  4 07:30:11 2008
New Revision: 32841

URL: http://svn.reactos.org/svn/reactos?rev=32841&view=rev
Log:
Try to fix 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/hhctrl.ocx.rbuild?rev=32841&r1=32840&r2=32841&view=diff
==============================================================================
--- trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild [iso-8859-1] Fri Apr  4 07:30:11 2008
@@ -6,9 +6,11 @@
 	<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="__WINESRC__" />
 	<define name="WINVER">0x600</define>
 	<define name="_WIN32_WINNT">0x600</define>
+	<dependency>wineheaders</dependency>
 	<file>chm.c</file>
 	<file>content.c</file>
 	<file>help.c</file>

Added: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff?rev=32841&view=auto
==============================================================================
--- trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff (added)
+++ trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff [iso-8859-1] Fri Apr  4 07:30:11 2008
@@ -1,0 +1,16 @@
+Index: hhctrl.ocx.rbuild
+===================================================================
+--- hhctrl.ocx.rbuild	(revision 32840)
++++ hhctrl.ocx.rbuild	(working copy)
+@@ -6,9 +6,11 @@
+ 	<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="__WINESRC__" />
+ 	<define name="WINVER">0x600</define>
+ 	<define name="_WIN32_WINNT">0x600</define>
++	<dependency>wineheaders</dependency>
+ 	<file>chm.c</file>
+ 	<file>content.c</file>
+ 	<file>help.c</file>

Propchange: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff
------------------------------------------------------------------------------
    svn:eol-style = native



More information about the Ros-diffs mailing list