wine-wine/dlls/mshtml/Makefile.in

45 lines
743 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mshtml.dll
IMPORTLIB = libmshtml.$(IMPLIBEXT)
IMPORTS = urlmon ole32 oleaut32 user32 gdi32 advapi32 kernel32 ntdll
EXTRALIBS = $(LIBUNICODE) -lstrmiids -luuid
EXTRADEFS = -DCOM_NO_WINDOWS_H
C_SRCS = \
2005-08-27 09:25:56 +00:00
hlink.c \
htmldoc.c \
htmldoc3.c \
htmlelem.c \
htmlinput.c \
htmlnode.c \
htmlselect.c \
main.c \
2006-02-13 12:26:00 +00:00
navigate.c \
nsembed.c \
2006-02-09 11:17:08 +00:00
nsio.c \
nsservice.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
IDL_SRCS = nsiface.idl
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:
2005-08-01 14:52:37 +00:00
# note: this will get overwritten by make depend
$(ALL_OBJS): $(IDL_SRCS:.idl=.h)