aboutsummaryrefslogtreecommitdiff
path: root/Windows XP-build.properties
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-07-19 15:56:13 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-07-19 15:56:13 +0000
commit5d63b1b2a6968f9c0146e1946b72ca6073370fbe (patch)
treed8c9ef35e0f68c95aac11ebd1decd345ba1f82a8 /Windows XP-build.properties
parent0f770551cebca90c92b7a39b0e0135a445af51f9 (diff)
svn path=/trunk/externals/loaders/pdj/; revision=11874
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