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
|