projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comdlg32: Add initial test.
[wine]
/
dlls
/
comdlg32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = comdlg32.dll
6
IMPORTLIB = libcomdlg32.$(IMPLIBEXT)
7
IMPORTS = shell32 shlwapi comctl32 winspool user32 gdi32 advapi32 kernel32 ntdll
8
DELAYIMPORTS = ole32
9
EXTRALIBS = $(LIBUNICODE) -luuid
10
11
C_SRCS = \
12
cdlg32.c \
13
colordlg.c \
14
filedlg.c \
15
filedlg31.c \
16
filedlgbrowser.c \
17
filetitle.c \
18
finddlg32.c \
19
fontdlg.c \
20
printdlg.c
21
22
C_SRCS16 = \
23
colordlg16.c \
24
filedlg16.c \
25
finddlg16.c \
26
fontdlg16.c \
27
printdlg16.c
28
29
SPEC_SRCS16 = commdlg.spec
30
31
RC_SRCS = rsrc.rc
32
RC_BINSRC = cdlg_xx.rc
33
RC_BINARIES = \
34
800.bmp \
35
cdrom.ico \
36
floppy.ico \
37
folder.ico \
38
folder2.ico \
39
fontpics.bmp \
40
hdisk.ico \
41
network.ico \
42
pd32_collate.ico \
43
pd32_landscape.ico \
44
pd32_nocollate.ico \
45
pd32_portrait.ico
46
47
SUBDIRS = tests
48
49
@MAKE_DLL_RULES@
50
51
### Dependencies: