mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
c0b6ae58af
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
101 B
Makefile
8 lines
101 B
Makefile
TESTDLL = odbccp32.dll
|
|
IMPORTS = odbccp32 advapi32
|
|
|
|
C_SRCS = \
|
|
misc.c
|
|
|
|
RC_SRCS = \
|
|
odbccp32.rc
|