Migrated the scene viewer over to Stage, though Miso has one as well.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3454 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-04-01 16:57:17 +00:00
parent 934a596bfa
commit 302c6656e5
4 changed files with 634 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ foreach $dir (@dirs) {
$classpath = "$classpath:$jlib";
# specify our resource root (the resource manager needs this)
my $rootarg = "-Dresource_url=file:$root/rsrc";
my $rootarg = "-Dresource_dir=$root/tests/rsrc";
my $pid_file = undef;
my $i = 0;