gdi32: Fix the type of two loop variables.
[wine/wine64.git] / dlls / oledlg / Makefile.in
blobed51a94168620c56f9816a50cf14e9bef172b5c2
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = oledlg.dll
6 IMPORTLIB = liboledlg.$(IMPLIBEXT)
7 IMPORTS = ole32 comdlg32 user32 advapi32 kernel32 ntdll
9 C_SRCS = \
10 insobjdlg.c \
11 oledlg_main.c \
12 pastespl.c
14 RC_SRCS = rsrc.rc
16 @MAKE_DLL_RULES@
18 @DEPENDENCIES@ # everything below this line is overwritten by make depend