Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG...
[wine] / dlls / avifil32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = avifil32.dll
6 IMPORTLIB = libavifil32.$(IMPLIBEXT)
7 IMPORTS   = msacm32 msvfw32 winmm ole32 user32 advapi32 kernel32
8 EXTRALIBS = -luuid
9 EXTRADEFS = -DWINE_NO_LONG_AS_INT
10
11 C_SRCS = \
12         acmstream.c \
13         api.c \
14         avifile.c \
15         editstream.c \
16         extrachunk.c \
17         factory.c \
18         getframe.c \
19         icmstream.c \
20         regsvr.c \
21         tmpfile.c \
22         wavfile.c
23
24 SPEC_SRCS16 = avifile.spec
25
26 RC_SRCS = \
27         rsrc.rc
28
29 @MAKE_DLL_RULES@
30
31 @DEPENDENCIES@  # everything below this line is overwritten by make depend