mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
23 lines
371 B
Makefile
23 lines
371 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
LIBEXT = @LIBEXT@
|
|
MODULE = olepro32
|
|
SOVERSION = 1.0
|
|
IMPORTS = oleaut32 ole32
|
|
|
|
SPEC_SRCS = olepro32.spec
|
|
|
|
C_SRCS = olepro32stubs.c
|
|
|
|
all: lib$(MODULE).$(LIBEXT)
|
|
|
|
@MAKE_RULES@
|
|
|
|
clean::
|
|
$(RM) lib$(MODULE).$(LIBEXT).$(SOVERSION)
|
|
|
|
### Dependencies:
|