mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 10:44:47 +00:00
21 lines
280 B
Makefile
21 lines
280 B
Makefile
|
DEFS = @DLLFLAGS@ -D__WINE__
|
||
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = commdlg
|
||
|
|
||
|
C_SRCS = \
|
||
|
colordlg.c \
|
||
|
filedlg.c \
|
||
|
finddlg.c \
|
||
|
fontdlg.c \
|
||
|
generic.c \
|
||
|
printdlg.c
|
||
|
|
||
|
all: $(MODULE).o
|
||
|
|
||
|
@MAKE_RULES@
|
||
|
|
||
|
### Dependencies:
|