wine-wine/dlls/mshtml/Makefile.in

30 lines
485 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mshtml.dll
IMPORTLIB = libmshtml.$(IMPLIBEXT)
IMPORTS = ole32 user32 gdi32 advapi32 kernel32 ntdll
EXTRALIBS = $(LIBUNICODE) -lstrmiids -luuid
EXTRADEFS = -DCOM_NO_WINDOWS_H
C_SRCS = \
htmldoc.c \
main.c \
oleobj.c \
olewnd.c \
persist.c \
protocol.c \
service.c \
view.c
2005-06-25 17:58:35 +00:00
RC_SRCS = rsrc.rc
2005-06-27 11:19:49 +00:00
SUBDIRS = tests
@MAKE_DLL_RULES@
2005-06-27 19:48:04 +00:00
rsrc.res: mshtml.inf blank.htm
2005-06-25 17:58:35 +00:00
### Dependencies: