Remove dist/rsrc from the classpath because it doesn't exist anyway.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@199 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-08 23:48:12 +00:00
parent 5770a15d3c
commit 4fd41d4699
+1 -1
View File
@@ -52,7 +52,7 @@ if (defined $libpath) {
}
# put everything in our class path
my $classpath = "-classpath $jlib:$root/dist/classes:$root/dist/rsrc";
my $classpath = "-classpath $jlib:$root/dist/classes";
# any zip or jar files in our lib/ directory get added to the class path
if (opendir(DIR, "$root/lib")) {