wine-wine/dlls/browseui/Makefile.in

21 lines
388 B
Makefile
Raw Normal View History

2007-02-05 16:51:05 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = browseui.dll
IMPORTS = ole32 user32 advapi32 kernel32
EXTRALIBS = -luuid
EXTRADEFS = -DCOM_NO_WINDOWS_H
C_SRCS = \
2007-02-05 16:53:42 +00:00
aclmulti.c \
2007-02-05 16:51:05 +00:00
browseui_main.c \
progressdlg.c \
2007-02-05 16:51:05 +00:00
regsvr.c
RC_SRCS = rsrc.rc
2007-02-05 16:51:05 +00:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend