corda/classpath
Frank Jacobs 68513521ef support building on Windows using MinGW
Here is a patch for getting Avian to build in Windows. I used MinGW
and MSYS for the build environment. The patch has the following
changes:

1. java-nio.cpp: Had to add an include and remove a function
declaration that was reported as duplicate.
2. readme.txt: Updated the instructions to include notes about
building on Windows.
3. makefile: Added a conditional for MinGW. I left the existing "ifeq
($(platform),windows)" conditional alone so as to not break
cross-compiled Windows builds. There are some similarities between the
two, so it might be possible to combine portions of them in an elegant
manner. Since I'm not sure how the cross-compiled builds have been
done, I didn't want to mess with that portion of the makefile.
2008-10-10 08:06:31 -06:00
..
java Add Integer valueOf(String) method 2008-10-08 13:51:19 -06:00
java-io.cpp avoid null pointer deref in Java_java_io_RandomAccessFile_open 2008-10-06 17:30:07 -06:00
java-lang.cpp fix System.currentTimeMillis on Windows 2008-06-17 09:05:57 -06:00
java-nio.cpp support building on Windows using MinGW 2008-10-10 08:06:31 -06:00
java-util-zip.cpp prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
java-util.cpp implement Date.toString, which just defers to ctime for now 2008-06-16 10:08:51 -06:00
jni-util.h implement minimal, read-only versions of RandomAccessFile and ZipFile 2008-10-03 14:15:47 -06:00