Allow the Makefile.in to define EXTRADEFS and add it to DEFS.
This commit is contained in:
parent
eee695dd71
commit
b9ca58fc2f
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue