2001-05-10 22:12:45 +04:00
|
|
|
@REM
|
|
|
|
@REM The contents of this file are subject to the Mozilla Public
|
|
|
|
@REM License Version 1.1 (the "License"); you may not use this file
|
|
|
|
@REM except in compliance with the License. You may obtain a copy of
|
|
|
|
@REM the License at http://www.mozilla.org/MPL/
|
|
|
|
@REM
|
|
|
|
@REM Software distributed under the License is distributed on an "AS
|
|
|
|
@REM IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
@REM implied. See the License for the specific language governing
|
|
|
|
@REM rights and limitations under the License.
|
|
|
|
@REM
|
|
|
|
@REM The Original Code is The Waterfall Java Plugin Module
|
|
|
|
@REM
|
|
|
|
@REM The Initial Developer of the Original Code is Sun Microsystems Inc
|
|
|
|
@REM Portions created by Sun Microsystems Inc are Copyright (C) 2001
|
|
|
|
@REM All Rights Reserved.
|
|
|
|
@REM
|
2001-07-13 01:57:52 +04:00
|
|
|
@REM $Id: set_env.bat,v 1.2 2001-07-12 21:57:51 edburns%acm.org Exp $
|
2001-05-10 22:12:45 +04:00
|
|
|
@REM
|
|
|
|
@REM
|
|
|
|
@REM Contributor(s):
|
|
|
|
@REM
|
|
|
|
@REM Nikolay N. Igotti <inn@sparc.spb.su>
|
|
|
|
|
|
|
|
@echo off
|
|
|
|
rem Set those variables
|
2001-07-13 01:57:52 +04:00
|
|
|
set WFDIR=%MOZ_SRC%\java\pluggable-jvm\wf
|
2001-05-10 22:12:45 +04:00
|
|
|
rem set WFJDKHOME=c:\jdk1.3
|
|
|
|
rem end of customizable part
|
|
|
|
|
|
|
|
set WFHOME=%WFDIR%\build\win32
|
|
|
|
echo WFJDKHOME is %WFJDKHOME%
|
|
|
|
echo WFHOME is %WFHOME%
|