mirror of
https://github.com/reactos/wine.git
synced 2024-11-27 05:30:30 +00:00
17 lines
286 B
Makefile
17 lines
286 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = oledb32.dll
|
|
IMPORTS = uuid oleaut32 ole32 user32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
convert.c \
|
|
main.c \
|
|
regsvr.c
|
|
|
|
IDL_I_SRCS = convert.idl
|
|
|
|
@MAKE_DLL_RULES@
|