mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
MODULE = findstr.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|