mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
10 lines
118 B
Makefile
10 lines
118 B
Makefile
TESTDLL = reg.exe
|
|
IMPORTS = advapi32
|
|
|
|
SOURCES = \
|
|
add.c \
|
|
copy.c \
|
|
delete.c \
|
|
export.c \
|
|
import.c \
|
|
query.c
|