mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
1e5ffcbf2e
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
16 lines
203 B
Makefile
16 lines
203 B
Makefile
MODULE = reg.exe
|
|
IMPORTS = advapi32
|
|
DELAYIMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
add.c \
|
|
copy.c \
|
|
delete.c \
|
|
export.c \
|
|
import.c \
|
|
query.c \
|
|
reg.c
|
|
|
|
RC_SRCS = reg.rc
|