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.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/Windows XP-build.properties b/Windows XP-build.properties
index 868579e..4c305df 100644
--- a/Windows XP-build.properties
+++ b/Windows XP-build.properties
@@ -6,9 +6,14 @@ jdk.home=C:/Java/jdk1.6.0_02
# put the path of where pd is installed
pd.home=C:/Projets/pd
+# the compiler type. If you are using gcc, you will need a pd build that was
+# done with gcc since it will have to look for a file name pd.a in the /obj
+# directory
+#compiler=gcc
+compiler=msvc
+
# common windows properties
isWin32=true
-compiler=msvc
linker.type=shared
platform=win32
jdk.libs=${jdk.home}/jre/lib/i386