Sweden-Number/dlls/mshtml/Makefile.in

30 lines
479 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mshtml.dll
IMPORTLIB = libmshtml.$(IMPLIBEXT)
IMPORTS = 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
RC_SRCS = rsrc.rc
SUBDIRS = tests
@MAKE_DLL_RULES@
rsrc.res: mshtml.inf blank.htm
### Dependencies: