diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-03-19 10:55:52 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-03-19 10:55:52 (GMT) |
commit | 6dd5d2ee85bfee878a5e7415ea60a7065a01319c (patch) | |
tree | 6266869cc4e8d6c563693bda685473ded1dd02b1 /Makefile | |
parent | e331a315acbcdeee1a1643ff787a9ad93b3e9fb0 (diff) | |
download | stroke-6dd5d2ee85bfee878a5e7415ea60a7065a01319c.zip stroke-6dd5d2ee85bfee878a5e7415ea60a7065a01319c.tar.bz2 |
Fiddle with paths
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ distclean: clean .PHONY : dist/lib/stroke.jar dist/lib/stroke.jar: third-party/xpp/xpp.jar third-party/jzlib/jzlib.jar third-party/icu4j.jar - ant -Dxpp-dir=third-party/xpp -Djzlib-dir=third-party/jzlib + ant -Dxpp-dir=third-party/xpp -Djzlib-dir=third-party/jzlib -Dicu4j-dir=third-party/ third-party/xpp/xpp.jar: mkdir -p third-party/xpp |