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…
==============================================================================
--- 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=3…
==============================================================================
--- 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=3…
==============================================================================
--- 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=3…
==============================================================================
--- 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>