Tests are regular Winelib applications and thus should not be compiled
with __WINE__.
This commit is contained in:
parent
71f8fc27e5
commit
a258ab0fa7
|
@ -9,7 +9,7 @@
|
||||||
# plus all variables required by the global Make.rules.in
|
# plus all variables required by the global Make.rules.in
|
||||||
#
|
#
|
||||||
|
|
||||||
DEFS = @DLLFLAGS@ -D__WINE__ $(EXTRADEFS)
|
DEFS = @DLLFLAGS@ $(EXTRADEFS)
|
||||||
LDDLLFLAGS = @LDDLLFLAGS@
|
LDDLLFLAGS = @LDDLLFLAGS@
|
||||||
|
|
||||||
MODULE = $(TESTDLL:%.dll=%)_test.exe
|
MODULE = $(TESTDLL:%.dll=%)_test.exe
|
||||||
|
|
Loading…
Reference in New Issue