mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
13 lines
155 B
Makefile
13 lines
155 B
Makefile
MODULE = regsvr32.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
regsvr32.c
|
|
|
|
RC_SRCS = regsvr32.rc
|
|
|
|
MANPAGE = regsvr32.man
|
|
|
|
@MAKE_PROG_RULES@
|