mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
72ca5d732a
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
117 B
Makefile
10 lines
117 B
Makefile
TESTDLL = reg.exe
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
add.c \
|
|
copy.c \
|
|
delete.c \
|
|
export.c \
|
|
import.c \
|
|
query.c
|