mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
9 lines
115 B
Makefile
9 lines
115 B
Makefile
MODULE = termsv.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|