2002-05-05 22:31:54 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-05-21 21:42:29 +02:00
|
|
|
MODULE = winepath.exe
|
2005-08-25 21:26:59 +02:00
|
|
|
APPMODE = -mconsole -municode
|
2004-03-09 05:54:07 +01:00
|
|
|
IMPORTS = kernel32
|
2002-05-05 22:31:54 +02:00
|
|
|
|
|
|
|
C_SRCS = winepath.c
|
|
|
|
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|