From 437d8965e1879a10604f8b7e9e369198973229c1 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Fri, 24 Jul 2009 00:23:08 +0200 Subject: Added WindowsDriveInfo support for 64-bit JVMs on windows. We think. Honestly, we haven't tested it! Also updated instructions on how to build the 64-bit version of the JVM, and generalized some of the loading aspects of the DLL, as we now need to potentially try 2 of them. --- winsrc/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsrc/.gitignore') diff --git a/winsrc/.gitignore b/winsrc/.gitignore index 7d929cba..3bf43ac3 100644 --- a/winsrc/.gitignore +++ b/winsrc/.gitignore @@ -1,2 +1,4 @@ lombok_installer_WindowsDriveInfo.o WindowsDriveInfo.dll +WindowsDriveInfo-x86_64.dll +WindowsDriveInfo-i386.dll -- cgit