mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 21:55:12 +00:00
10 lines
158 B
Makefile
10 lines
158 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
MODULE = winepath.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = winepath.c
|
|
|
|
MANPAGE = winepath.man
|
|
|
|
@MAKE_PROG_RULES@
|