mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 15:17:59 +00:00
bba5423d0f
kernel32 imports that it requires.
13 lines
210 B
Makefile
13 lines
210 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = stdole2.tlb
|
|
IMPORTS = kernel32
|
|
|
|
RC_SRCS = rsrc.rc
|
|
RC_TLB = std_ole_v2.tlb
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|