mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
11 lines
177 B
Makefile
11 lines
177 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = stdole32.tlb
|
|
|
|
RC_SRCS = rsrc.rc
|
|
IDL_TLB_SRCS = std_ole_v1.idl
|
|
|
|
@MAKE_DLL_RULES@
|