mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 02:32:41 +00:00
17ac5ba7f9
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
143 B
Makefile
9 lines
143 B
Makefile
MODULE = winepath.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = winepath.c
|
|
|
|
MANPAGES = winepath.man.in
|
|
|
|
INSTALL_LIB = winepath.exe winepath
|