mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
bba5423d0f
kernel32 imports that it requires.
14 lines
210 B
Makefile
14 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:
|