git @ Cat's Eye Technologies yoob / 5ab7fa7
I have to wonder what that was all about? This seems to work fine. Cat's Eye Technologies 11 years ago
2 changed file(s) with 2 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
33 JAVAC?=javac
44 JAVA?=java
55 JFLAGS?=-Xlint:deprecation -Xlint:unchecked
6 PATHSEP?=:
7
8 YOOBDIR?=.
9 CLASSPATH?=bin$(PATHSEP)$(YOOBDIR)/bin
6
7 CLASSPATH=bin
108
119 CDIR=bin/tc/catseye/yoob
1210
+0
-6
make-cygwin.sh less more
0 #!/bin/sh -x
1
2 # Helper script for compiling yoob under Cygwin.
3 # The contents of this file have been placed in the public domain.
4
5 make PATHSEP=';' $*