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