From 1dfd47431748d89986019d818e45d825d5ddc04f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 13 Oct 2006 22:17:06 +0000 Subject: [PATCH] Have Narya declare its library dependencies in an includable build file and do some kind of annoying fiddling to allow its dependencies to come either from the build directory of its dependee or from lib/. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4423 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- build.xml | 15 +++++++++++++-- lib/LIBS | 6 ------ libs-incl.xml | 13 +++++++++++++ 3 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 lib/LIBS create mode 100644 libs-incl.xml diff --git a/build.xml b/build.xml index 64c76bfdb..720a6c313 100644 --- a/build.xml +++ b/build.xml @@ -15,6 +15,11 @@ + + + + + @@ -111,12 +116,18 @@ - + - + + + + + + + + + + + + + + + + + + +