diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-07-24 00:23:08 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-07-24 00:23:08 +0200 |
commit | 437d8965e1879a10604f8b7e9e369198973229c1 (patch) | |
tree | 68c587bdf01748dc032b18b7c0c05fde14e0b16b /winsrc/.gitignore | |
parent | 5835344277d10d069d792c59d67e41313d589d68 (diff) | |
download | lombok-437d8965e1879a10604f8b7e9e369198973229c1.tar.gz lombok-437d8965e1879a10604f8b7e9e369198973229c1.tar.bz2 lombok-437d8965e1879a10604f8b7e9e369198973229c1.zip |
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.
Diffstat (limited to 'winsrc/.gitignore')
-rw-r--r-- | winsrc/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |