mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
67371bcc8d
Added -exe mode to generate a .spec.c for an exe without having to provide a .spec. Removed some no longer needed spec files. Removed .dll extension in makefiles import specifications.
25 lines
381 B
Makefile
25 lines
381 B
Makefile
EXTRADEFS = -D_SHDOCVW_
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = shdocvw.dll
|
|
IMPORTS = ole32 kernel32 ntdll
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
classinfo.c \
|
|
events.c \
|
|
factory.c \
|
|
misc.c \
|
|
oleobject.c \
|
|
persist.c \
|
|
shdocvw_main.c \
|
|
webbrowser.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|