mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
17ac5ba7f9
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
143 B
Makefile
8 lines
143 B
Makefile
MODULE = winepath.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = winepath.c
|
|
|
|
MANPAGES = winepath.man.in
|
|
|
|
INSTALL_LIB = winepath.exe winepath
|