mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +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@
|