mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 05:14:25 +00:00
9 lines
129 B
Makefile
9 lines
129 B
Makefile
MODULE = reg.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
DELAYIMPORTS = user32
|
|
|
|
C_SRCS = reg.c
|
|
|
|
RC_SRCS = reg.rc
|