# property file for Linux, now with default ubuntu packages # put the path of where the jdk (java sdk) is installed jdk.home=/usr/lib/jvm/java-6-sun # put the path of where pd is installed 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