19 lines
298 B
Makefile
19 lines
298 B
Makefile
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
|
MODULE = oledb32.dll
|
|
IMPORTS = uuid oleaut32 ole32 comctl32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
convert.c \
|
|
datainit.c \
|
|
dslocator.c \
|
|
errorinfo.c \
|
|
main.c \
|
|
rowpos.c
|
|
|
|
IDL_SRCS = \
|
|
convert.idl \
|
|
oledb32_classes.idl \
|
|
oledb32_typelib.idl
|
|
|
|
RC_SRCS = version.rc
|