- Sorry, this broke build on certain Linux hosts

svn path=/trunk/; revision=38957
This commit is contained in:
Stefan Ginsberg 2009-01-19 22:19:00 +00:00
parent 31febcab86
commit bb0998a443
4 changed files with 3 additions and 4 deletions

View file

@ -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>

View file

@ -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>

View file

@ -22,7 +22,6 @@
#define __WMC_WMCTYPES_H
#include <stdarg.h>
#include <string.h>
#include <host/typedefs.h>
/* Byteordering defines */

View file

@ -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>