Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG...
[wine] / dlls / secur32 / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = secur32.dll
6 IMPORTS   = crypt32 advapi32 kernel32
7 EXTRADEFS = -DWINE_NO_LONG_AS_INT
8
9 CTESTS = \
10         main.c \
11         ntlm.c \
12         schannel.c \
13         secur32.c
14
15 @MAKE_TEST_RULES@
16
17 @DEPENDENCIES@  # everything below this line is overwritten by make depend