mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
15 lines
196 B
Makefile
15 lines
196 B
Makefile
MODULE = reg.exe
|
|
IMPORTS = advapi32
|
|
DELAYIMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode
|
|
|
|
SOURCES = \
|
|
add.c \
|
|
copy.c \
|
|
delete.c \
|
|
export.c \
|
|
import.c \
|
|
query.c \
|
|
reg.c \
|
|
reg.rc
|