mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
14 lines
192 B
Makefile
14 lines
192 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
MODULE = regsvr32.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
regsvr32.c
|
|
|
|
RC_SRCS = regsvr32.rc
|
|
|
|
MANPAGE = regsvr32.man
|
|
|
|
@MAKE_PROG_RULES@
|