mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 06:35:38 +00:00
c0096afdb7
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
92 B
Makefile
9 lines
92 B
Makefile
TESTDLL = kernelbase.dll
|
|
|
|
C_SRCS = \
|
|
path.c \
|
|
process.c \
|
|
sync.c
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|