Commit 5f1565e7 authored by Alexandre Julliard's avatar Alexandre Julliard

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.
parent 283a7ff8
......@@ -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)
......
......@@ -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"
......
......@@ -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"
......
......@@ -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)
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment