commit | 35842ca71763682dbae233115a1ab7004bf8cf8d | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Feb 17 11:42:17 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 17 11:42:17 2006 +0100 |
tree | 621a418986d6e7b5ca86c28d728a50b5aeb5c6a9 | |
parent | dcdb0d0b34a4f4d545bd307d0ff041eec3555220 [diff] [blame] |
tools: Added 'relpath' tool to compute relative Unix paths.
diff --git a/Make.rules.in b/Make.rules.in index ddc9274..9deee72 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -72,6 +72,7 @@ WMC = $(TOOLSDIR)/tools/wmc/wmc WIDL = $(TOOLSDIR)/tools/widl/widl WINEGCC = $(TOOLSDIR)/tools/winegcc/winegcc +RELPATH = $(TOOLSDIR)/tools/relpath SFNT2FNT = $(TOOLSDIR)/tools/sfnt2fnt FNT2FON = $(TOOLSDIR)/tools/fnt2fon RC = $(WRC)