Commit a4e22d49 authored by Alexandre Julliard's avatar Alexandre Julliard

tools: Build all the tools with -D__WINESRC__.

parent 7c15ae12
......@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
EXEEXT = @EXEEXT@
MODULE = none
DEFS = -D__WINESRC__ $(EXTRADEFS)
EXTRAINCL = @FREETYPEINCL@
FREETYPELIBS = @FREETYPELIBS@
......
......@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
EXEEXT = @EXEEXT@
DEFS = -D__WINESRC__ $(EXTRADEFS)
PROGRAMS = widl$(EXEEXT)
MANPAGES = widl.man
......
......@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
EXEEXT = @EXEEXT@
DEFS = -D__WINESRC__ $(EXTRADEFS)
PROGRAMS = winebuild$(EXEEXT)
MANPAGES = winebuild.man
......
......@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
EXEEXT = @EXEEXT@
DEFS = -D__WINESRC__ $(EXTRADEFS)
PROGRAMS = winedump$(EXEEXT)
MANPAGES = winedump.man
......
......@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
EXEEXT = @EXEEXT@
DEFS = -D__WINESRC__ $(EXTRADEFS)
PROGRAMS = wmc$(EXEEXT) wmc-installed
MANPAGES = wmc.man
......
......@@ -4,6 +4,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
EXEEXT = @EXEEXT@
DEFS = -D__WINESRC__ $(EXTRADEFS)
PROGRAMS = wrc$(EXEEXT) wrc-installed
MANPAGES = wrc.man
......
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