a=leaf
author=Andi Eades

Enable building Java code on Win98 systems.
This commit is contained in:
edburns%acm.org 2000-03-23 02:36:03 +00:00
Родитель e549668ca6
Коммит 52eb13c7eb
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -20,8 +20,8 @@ rem Contributor(s):
@echo on
@echo off
if not exist %2 echo Warning: %2 does not exist! (you may need to check it out)
if not exist %2 exit 1
if not exist %2\NUL echo Warning: %2 does not exist! (you may need to check it out)
if not exist %2\NUL exit 1
pushd %2
@ -37,7 +37,7 @@ goto END
perl.exe %MOZ_SRC%\mozilla\config\outofdate.pl -d %MOZ_SRC%\mozilla\dist\classes\%2 -cfg %1 *.java > doit.bat
call doit.bat
del /F /A:A doit.bat
del doit.bat
:END