Makefile.in 222 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = winepath.exe
6
APPMODE   = -mconsole -municode
7
IMPORTS   = kernel32
8 9 10 11 12 13

C_SRCS = winepath.c

@MAKE_PROG_RULES@

### Dependencies: