mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 02:05:48 +00:00
8 lines
94 B
Makefile
8 lines
94 B
Makefile
MODULE = regasm.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|