Commit Graph

23 Commits

Author SHA1 Message Date
Joel Dice
1a39012002 support building on Cygwin 2008-10-11 14:46:20 -06:00
Joel Dice
a6f1b92b63 additional readme.txt embedding example clarification 2008-10-10 18:08:01 -06:00
Joel Dice
7a1522e94e readme.txt clarifications for building on Windows 2008-10-10 17:53:51 -06:00
Joel Dice
5c04c19e29 look for %s@%d format symbols when resolving native methods on Windows, which obviates the need for -k flag to dlltool 2008-10-10 17:37:36 -06:00
Joel Dice
88828e7a02 update readme.txt windows build instructions 2008-10-10 11:47:31 -06:00
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
Eric Scharff
360ab7d9f9 Fix typo in mac build instructions 2008-07-15 15:31:01 -06:00
Joel Dice
920034e231 use JavaVMInitArgs instead of JDK1_1InitArgs in JNI_CreateJavaVM; support -Xbootclasspath option 2008-07-14 11:02:43 -06:00
Joel Dice
525f733171 Merge branch 'master' into compiler
Conflicts:

	src/compile.cpp
	src/compiler.cpp
	src/compiler.h
2008-04-13 13:48:20 -06:00
Joel Dice
357bd29460 support building Avian as a self-contained dynamic library 2008-03-30 21:43:43 -06:00
Joel Dice
9a0143594a clarify quick start in readme.txt 2008-03-10 07:27:42 -06:00
Joel Dice
6fa847518c add info about win32 repository to readme.txt 2008-03-07 16:34:57 -07:00
Joel Dice
b0bdad231e remove spurious period from readme.txt 2008-03-06 13:46:44 -07:00
Joel Dice
859f676f24 add introduction and build reqs to readme.txt 2008-03-06 13:29:25 -07:00
Eric Scharff
685485abb5 Fixed typo in jar command 2008-02-21 08:33:02 -07:00
Joel Dice
2019e2d5bb readme.txt whitespace tweak 2008-02-20 10:57:52 -07:00
Joel Dice
a1460b1f82 superficial readme.txt tweaks 2008-02-20 09:55:43 -07:00
Eric Scharff
4171382d1e Updated instructions for Mac OS X 2008-02-20 09:41:55 -07:00
Joel Dice
243e8021ca fix an error in the embedding instructions 2008-02-19 19:17:15 -07:00
Joel Dice
1933962a22 readme.txt cleanups 2008-02-19 19:01:26 -07:00
Joel Dice
a7f2b99c9d update readme.txt with instructions that actually work 2008-02-19 18:53:47 -07:00
Joel Dice
5afb5803a9 flesh out readme.txt, including instructions for embedding a custom application 2008-02-19 17:09:37 -07:00
Joel Dice
2edaa82801 prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00