mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
12 lines
202 B
Makefile
12 lines
202 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
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@
|