Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG...
[wine/gsoc_dplay.git] / dlls / qcap / Makefile.in
blob1943a705bd46fc59e8317b3acf6ae93ddbb347af
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = qcap.dll
6 IMPORTS = ole32 oleaut32 user32 gdi32 advapi32 kernel32
7 EXTRALIBS = -lstrmiids -luuid
8 EXTRADEFS = -DWINE_NO_LONG_AS_INT
10 C_SRCS = \
11 capturegraph.c \
12 dllsetup.c \
13 enummedia.c \
14 enumpins.c \
15 pin.c \
16 qcap_main.c \
17 v4l.c \
18 vfwcapture.c \
19 yuv.c
21 RC_SRCS = version.rc
23 @MAKE_DLL_RULES@
25 @DEPENDENCIES@ # everything below this line is overwritten by make depend