/[classpath]/classpath/examples/Makefile.am
ViewVC logotype

Diff of /classpath/examples/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by gnu_andrew, Mon Jan 31 18:02:50 2005 UTC revision 1.1.2.3 by gnu_andrew, Wed Feb 2 01:56:01 2005 UTC
# Line 2  Line 2 
2    
3  # Setup the compiler to use the GNU Classpath library we just build  # Setup the compiler to use the GNU Classpath library we just build
4  if FOUND_ECJ  if FOUND_ECJ
5  JCOMPILER = $(ECJ) -1.5 --bootclasspath '$(top_builddir)/lib' --classpath .  JCOMPILER = $(ECJ) -1.5 -bootclasspath '$(top_builddir)/lib' -classpath .
6  else  else
7  if FOUND_GCJ  if FOUND_GCJ
8  JCOMPILER = $(GCJ) --bootclasspath '$(top_builddir)/lib' --classpath . -C  JCOMPILER = $(GCJ) --bootclasspath '$(top_builddir)/lib' --classpath . -C

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26