projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
user32: Don't read past the end of a global memory block.
[wine]
/
dlls
/
comdlg32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = comdlg32.dll
6
IMPORTLIB = comdlg32
7
IMPORTS = uuid shell32 shlwapi comctl32 winspool user32 gdi32 advapi32 kernel32 ntdll
8
DELAYIMPORTS = ole32
9
10
C_SRCS = \
11
cdlg32.c \
12
colordlg.c \
13
filedlg.c \
14
filedlg31.c \
15
filedlgbrowser.c \
16
finddlg32.c \
17
fontdlg.c \
18
printdlg.c
19
20
C_SRCS16 = \
21
colordlg16.c \
22
filedlg16.c \
23
finddlg16.c \
24
fontdlg16.c \
25
printdlg16.c
26
27
SPEC_SRCS16 = commdlg.spec
28
29
RC_SRCS = rsrc.rc
30
31
@MAKE_DLL_RULES@
32
33
@DEPENDENCIES@ # everything below this line is overwritten by make depend