mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
14 lines
214 B
Makefile
14 lines
214 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
MODULE = oledb32.dll
|
|
IMPORTS = uuid oleaut32 ole32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
convert.c \
|
|
main.c
|
|
|
|
IDL_I_SRCS = convert.idl
|
|
|
|
IDL_R_SRCS = oledb32_classes.idl
|
|
|
|
@MAKE_DLL_RULES@
|