Allow the Makefile.in to define EXTRADEFS and add it to DEFS.

oldstable
Francois Gouget 2001-04-10 23:22:22 +00:00 committed by Alexandre Julliard
parent eee695dd71
commit b9ca58fc2f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# plus all variables required by the global Make.rules.in
#
DEFS = @DLLFLAGS@ -D__WINE__
DEFS = @DLLFLAGS@ -D__WINE__ $(EXTRADEFS)
LIBEXT = @LIBEXT@
SONAME = lib$(MODULE).so
IMPORTLIBS = $(IMPORTS:%=$(DLLDIR)/lib%.$(LIBEXT))