7 lines
106 B
Makefile
7 lines
106 B
Makefile
MODULE = winepath.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = winepath.c
|
|
|
|
MANPAGES = winepath.man.in
|