mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
28 lines
445 B
Makefile
28 lines
445 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = comdlg32
|
|
SOVERSION = 1.0
|
|
ALTNAMES = commdlg
|
|
IMPORTS = shell32 shlwapi comctl32 user32 winspool.drv gdi32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
cdlg32.c \
|
|
colordlg.c \
|
|
filedlg.c \
|
|
filedlg95.c \
|
|
filedlgbrowser.c \
|
|
finddlg.c \
|
|
finddlg32.c \
|
|
filetitle.c \
|
|
fontdlg.c \
|
|
generic.c \
|
|
printdlg.c
|
|
|
|
RC_SRCS= \
|
|
rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|