mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
14 lines
206 B
Makefile
14 lines
206 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winepath.exe
|
|
APPMODE = cui
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = winepath.c
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|