mirror of
https://github.com/reactos/wine.git
synced 2025-01-25 13:27:46 +00:00
9 lines
121 B
Makefile
9 lines
121 B
Makefile
MODULE = winepath.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = winepath.c
|
|
|
|
MANPAGE = winepath.man
|
|
|
|
@MAKE_PROG_RULES@
|