projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dlls: Remove explicit imports of kernel32 and ntdll.
[wine]
/
dlls
/
commdlg.dll16
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = commdlg.dll16
6
IMPORTS = comdlg32 user32 gdi32
7
EXTRADLLFLAGS = -m16 -Wb,--main-module,comdlg32.dll
8
9
C_SRCS = \
10
colordlg.c \
11
filedlg.c \
12
finddlg.c \
13
fontdlg.c \
14
printdlg.c
15
16
@MAKE_DLL_RULES@