head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2004.01.27.19.16.24;	author olawlor;	state dead;
branches;
next	1.1;

1.1
date	2004.01.18.01.52.09;	author olawlor;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Moved debugger to charm/java/charm/debug/
@
text
@#!/bin/sh

jarpath="`dirname $0`/ParDebug.jar"

if test -x /usr/bin/cygpath
then 
  if test "`uname -o`" = "Cygwin"
  then
    jarpath=`/usr/bin/cygpath -w -a $jarpath`
  fi 
fi

java -ms100000000 -mx512000000 \
  -classpath $jarpath \
  ParDebug $*
@


1.1
log
@Added top-level makefile.
@
text
@@

