mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
12 lines
197 B
Makefile
12 lines
197 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = stdole2.tlb
|
|
IMPORTS = kernel32
|
|
|
|
RC_SRCS = rsrc.rc
|
|
IDL_TLB_SRCS = std_ole_v2.idl
|
|
|
|
@MAKE_DLL_RULES@
|