From a764e59e1d3a8e330f0d484fdb26b35ca3f0b2e4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 22 Mar 2008 02:15:12 +0000 Subject: bringing pdj-0.8.3 into the main branch svn path=/trunk/externals/loaders/pdj/; revision=9621 --- Linux-build.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Linux-build.properties (limited to 'Linux-build.properties') diff --git a/Linux-build.properties b/Linux-build.properties new file mode 100644 index 0000000..12b5a90 --- /dev/null +++ b/Linux-build.properties @@ -0,0 +1,15 @@ +# property file for Linux + +# put the path of where the jdk (java sdk) is installed +jdk.home=/usr/local/java + +# put the path of where pd is installed +pd.home=/home/asb2m10/pd-0.39-0 + +# common linux properties +isLinux=true +compiler=gcc +linker.type=shared +platform=linux +jdk.libs=${jdk.home}/jre/lib/i386 +pdj.outfile=${dist.dir}/pdj \ No newline at end of file -- cgit v1.2.1