34 lines
499 B
Makefile
34 lines
499 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = comdlg32
|
|
SOVERSION = 1.0
|
|
ALTNAMES = commdlg
|
|
IMPORTS = shell32 ole32 comctl32 winspool winmm
|
|
WRCEXTRA = -s -pcomdlg32
|
|
|
|
SPEC_SRCS = commdlg.spec comdlg32.spec
|
|
|
|
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@
|
|
|
|
all: check_wrc
|
|
|
|
### Dependencies:
|