aboutsummaryrefslogtreecommitdiff
path: root/Windows XP-build.properties
diff options
context:
space:
mode:
Diffstat (limited to 'Windows XP-build.properties')
-rw-r--r--Windows XP-build.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/Windows XP-build.properties b/Windows XP-build.properties
new file mode 100644
index 0000000..0d777bf
--- /dev/null
+++ b/Windows XP-build.properties
@@ -0,0 +1,14 @@
+# properties file for windows
+
+# put the path of where the jdk (java sdk) is installed
+jdk.home=C:/Java/jdk1.6.0_02
+
+# put the path of where pd is installed
+pd.home=C:/Projets/pd
+# common windows properties
+isWin32=true
+compiler=msvc
+linker.type=shared
+platform=win32
+jdk.libs=${jdk.home}/jre/lib/i386
+pdj.outfile=${dist.dir}/pdj \ No newline at end of file