| commit | a258ab0fa72761625aca84a50e5ddd75dd73bfdc | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Tue Sep 17 00:05:55 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 17 00:05:55 2002 +0000 |
| tree | 42a128e75ecb5d08cafd01421b36acd4027425e0 | |
| parent | 71f8fc27e51d6b6dd3eee4256aa0a98882b4d110 [diff] |
Tests are regular Winelib applications and thus should not be compiled with __WINE__.
diff --git a/dlls/Maketest.rules.in b/dlls/Maketest.rules.in index ab059f0..79e0ac4 100644 --- a/dlls/Maketest.rules.in +++ b/dlls/Maketest.rules.in
@@ -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