mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
7 lines
221 B
Batchfile
Executable File
7 lines
221 B
Batchfile
Executable File
@echo off
|
|
|
|
copy *.js ..\dist\bin\Debug >NUL
|
|
cd ..\dist\bin\Debug
|
|
jre -classpath ..\..\classes;..\..\classes\ifc11.jar;..\..\..\..\rhino;%CLASSPATH% com.netscape.jsdebugging.jsdb.Main %1 %2 %3 %4 %6 %7 %8
|
|
cd ..\..\..\test
|