mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 07:30:37 +00:00
9 lines
107 B
Makefile
9 lines
107 B
Makefile
MODULE = odbc32.dll
|
|
IMPORTLIB = odbc32
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
proxyodbc.c
|
|
|
|
RC_SRCS = rsrc.rc
|