aboutsummaryrefslogtreecommitdiff
path: root/Linux-build.properties
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-22 02:28:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-22 02:28:22 +0000
commit0f770551cebca90c92b7a39b0e0135a445af51f9 (patch)
treec1fc0b535133c7d292808c8cee22817e5cdec0e3 /Linux-build.properties
parenta764e59e1d3a8e330f0d484fdb26b35ca3f0b2e4 (diff)
merging in pdj-0.8.4.tar.gz from http://www.le-son666.com/software/pdj/
svn path=/trunk/externals/loaders/pdj/; revision=9624
Diffstat (limited to 'Linux-build.properties')
-rw-r--r--Linux-build.properties12
1 files changed, 8 insertions, 4 deletions
diff --git a/Linux-build.properties b/Linux-build.properties
index 12b5a90..e91b75d 100644
--- a/Linux-build.properties
+++ b/Linux-build.properties
@@ -1,15 +1,19 @@
-# property file for Linux
+# property file for Linux, now with default ubuntu packages
# put the path of where the jdk (java sdk) is installed
-jdk.home=/usr/local/java
+jdk.home=/usr/lib/jvm/java-6-sun
# put the path of where pd is installed
-pd.home=/home/asb2m10/pd-0.39-0
+pd.home=/usr
# common linux properties
isLinux=true
compiler=gcc
linker.type=shared
platform=linux
+
+# 64-bits system ? uncomment this
+#jdk.libs=${jdk.home}/jre/lib/amd64
+
jdk.libs=${jdk.home}/jre/lib/i386
-pdj.outfile=${dist.dir}/pdj \ No newline at end of file
+pdj.outfile=${dist.dir}/pdj