Remove global NONAMELESS* define for tests too.
This commit is contained in:
parent
8004dec6c9
commit
39720afa84
|
@ -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@ -DNONAMELESSUNION -DNONAMELESSSTRUCT $(EXTRADEFS)
|
DEFS = @DLLFLAGS@ $(EXTRADEFS)
|
||||||
LDDLLFLAGS = @LDDLLFLAGS@
|
LDDLLFLAGS = @LDDLLFLAGS@
|
||||||
|
|
||||||
MODULE = $(TESTDLL:%.dll=%)_test.exe
|
MODULE = $(TESTDLL:%.dll=%)_test.exe
|
||||||
|
|
Loading…
Reference in New Issue