wine-wine/dlls/hhctrl.ocx/Makefile.in

22 lines
396 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = hhctrl.ocx
IMPORTS = advapi32 comctl32 shell32 ole32 oleaut32 user32 gdi32 kernel32
EXTRALIBS = -luuid
2004-08-23 18:50:54 +00:00
C_SRCS = \
chm.c \
2005-08-01 09:21:53 +00:00
help.c \
2004-08-23 18:50:54 +00:00
hhctrl.c \
main.c \
regsvr.c \
webbrowser.c
RC_SRCS = hhctrl.rc
2004-11-08 20:26:45 +00:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend