mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 05:08:16 +00:00
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
|