Explicitly specify the path to wpp.h so we don't need to change the

include path, to avoid conflicts with multiple y.tab.h files.
This commit is contained in:
Alexandre Julliard 2002-07-20 19:00:52 +00:00
parent 283a7ff8d1
commit 5f1565e7fd
6 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,6 @@ VPATH = @srcdir@
LEXOPT = -Cf #-w -b
YACCOPT = #-v
EXEEXT = @EXEEXT@
EXTRAINCL = -I$(TOPSRCDIR)/tools/wpp
EXTRALIBS = -L$(TOPOBJDIR)/tools/wpp -lwpp
PROGRAMS = widl$(EXEEXT)

View File

@ -42,7 +42,7 @@ uuid {hexd}{8}-{hexd}{4}-{hexd}{4}-{hexd}{4}-{hexd}{12}
#include "widl.h"
#include "utils.h"
#include "parser.h"
#include "wpp.h"
#include "../wpp/wpp.h"
#include "y.tab.h"

View File

@ -35,7 +35,7 @@
#include "utils.h"
#include "parser.h"
#include "proxy.h"
#include "wpp.h"
#include "../wpp/wpp.h"
static char usage[] =
"Usage: widl [options...] infile.idl\n"

View File

@ -6,7 +6,6 @@ VPATH = @srcdir@
LEXOPT = -Cf #-w -b
YACCOPT = #-v
EXEEXT = @EXEEXT@
EXTRAINCL = -I$(TOPSRCDIR)/tools/wpp
EXTRALIBS = -L$(TOPOBJDIR)/tools/wpp -lwpp
PROGRAMS = wrc$(EXEEXT)

View File

@ -136,7 +136,7 @@
#include "utils.h"
#include "newstruc.h"
#include "dumpres.h"
#include "wpp.h"
#include "../wpp/wpp.h"
#include "parser.h"
#include "windef.h"
#include "winbase.h"

View File

@ -65,7 +65,7 @@
#include "genres.h"
#include "newstruc.h"
#include "parser.h"
#include "wpp.h"
#include "../wpp/wpp.h"
static char usage[] =
"Usage: wrc [options...] [infile[.rc|.res]]\n"