Tests are regular Winelib applications and thus should not be compiled

with __WINE__.
This commit is contained in:
Francois Gouget 2002-09-17 00:05:55 +00:00 committed by Alexandre Julliard
parent 71f8fc27e5
commit a258ab0fa7

View file

@ -9,7 +9,7 @@
# plus all variables required by the global Make.rules.in
#
DEFS = @DLLFLAGS@ -D__WINE__ $(EXTRADEFS)
DEFS = @DLLFLAGS@ $(EXTRADEFS)
LDDLLFLAGS = @LDDLLFLAGS@
MODULE = $(TESTDLL:%.dll=%)_test.exe