[ros-diffs] [sginsberg] 38957: - Sorry, this broke build on certain Linux hosts

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Mon Jan 19 23:19:01 CET 2009


Author: sginsberg
Date: Mon Jan 19 16:19:00 2009
New Revision: 38957

URL: http://svn.reactos.org/svn/reactos?rev=38957&view=rev
Log:
- Sorry, this broke build on certain Linux hosts

Modified:
    trunk/reactos/tools/widl/widl.rbuild
    trunk/reactos/tools/wmc/wmc.rbuild
    trunk/reactos/tools/wmc/wmctypes.h
    trunk/reactos/tools/wpp/wpp.rbuild

Modified: trunk/reactos/tools/widl/widl.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/widl.rbuild?rev=38957&r1=38956&r2=38957&view=diff
==============================================================================
--- trunk/reactos/tools/widl/widl.rbuild [iso-8859-1] (original)
+++ trunk/reactos/tools/widl/widl.rbuild [iso-8859-1] Mon Jan 19 16:19:00 2009
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
-<module name="widl" type="buildtool">
+<module name="widl" type="buildtool" allowwarnings="true">
 	<define name="INT16">SHORT</define>
 	<define name="YYDEBUG">1</define>
 	<include base="wpp">.</include>

Modified: trunk/reactos/tools/wmc/wmc.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wmc/wmc.rbuild?rev=38957&r1=38956&r2=38957&view=diff
==============================================================================
--- trunk/reactos/tools/wmc/wmc.rbuild [iso-8859-1] (original)
+++ trunk/reactos/tools/wmc/wmc.rbuild [iso-8859-1] Mon Jan 19 16:19:00 2009
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
-<module name="wmc" type="buildtool">
+<module name="wmc" type="buildtool" allowwarnings="true">
 	<define name="WINE_UNICODE_API">" "</define>
 	<include base="unicode">.</include>
 	<library>unicode</library>

Modified: trunk/reactos/tools/wmc/wmctypes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wmc/wmctypes.h?rev=38957&r1=38956&r2=38957&view=diff
==============================================================================
--- trunk/reactos/tools/wmc/wmctypes.h [iso-8859-1] (original)
+++ trunk/reactos/tools/wmc/wmctypes.h [iso-8859-1] Mon Jan 19 16:19:00 2009
@@ -22,7 +22,6 @@
 #define __WMC_WMCTYPES_H
 
 #include <stdarg.h>
-#include <string.h>
 #include <host/typedefs.h>
 
 /* Byteordering defines */

Modified: trunk/reactos/tools/wpp/wpp.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wpp/wpp.rbuild?rev=38957&r1=38956&r2=38957&view=diff
==============================================================================
--- trunk/reactos/tools/wpp/wpp.rbuild [iso-8859-1] (original)
+++ trunk/reactos/tools/wpp/wpp.rbuild [iso-8859-1] Mon Jan 19 16:19:00 2009
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
-<module name="wpp" type="hoststaticlibrary">
+<module name="wpp" type="hoststaticlibrary" allowwarnings="true">
 	<file>lex.yy.c</file>
 	<file>preproc.c</file>
 	<file>wpp.c</file>



More information about the Ros-diffs mailing list