Skip to content
Snippets Groups Projects
Commit b9ca58fc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent eee695dd
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment