wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
[wine] / dlls / msvfw32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = msvfw32.dll
6 IMPORTLIB = libmsvfw32.$(IMPLIBEXT)
7 IMPORTS   = winmm comctl32 version user32 gdi32 advapi32 kernel32 ntdll
8
9 C_SRCS = \
10         mciwnd.c \
11         msvideo_main.c \
12         drawdib.c
13
14 C_SRCS16 = \
15         msvideo16.c
16
17 SPEC_SRCS16 = msvideo.spec
18
19 RC_SRCS = rsrc.rc
20
21 @MAKE_DLL_RULES@
22
23 @DEPENDENCIES@  # everything below this line is overwritten by make depend