mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
11 lines
165 B
Makefile
11 lines
165 B
Makefile
MODULE = reg.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
DELAYIMPORTS = user32
|
|
|
|
C_SRCS = reg.c
|
|
|
|
RC_SRCS = reg.rc
|
|
PO_SRCS = reg.rc
|
|
|
|
@MAKE_PROG_RULES@
|