From 5d63b1b2a6968f9c0146e1946b72ca6073370fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 19 Jul 2009 15:56:13 +0000 Subject: updated to 0.8.5 svn path=/trunk/externals/loaders/pdj/; revision=11874 --- Windows XP-build.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Windows XP-build.properties') 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 -- cgit v1.2.1