mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
dfa143df82
Fix for 69234
8 lines
283 B
Batchfile
Executable File
8 lines
283 B
Batchfile
Executable File
rem * set JDKHOME to your jdk directory
|
|
set JDKHOME=c:\java\jdk1.3
|
|
|
|
rem * set DIST to your mozilla binaries
|
|
set DIST=c:\ws\mozilla\mozilla\dist\win32_d.obj
|
|
|
|
set PATH=%path%;%jdkhome%\jre\bin;%jdkhome%\jre\bin\classic;%dist%\bin\components
|
|
set CLASSPATH=%claspath%;%dist%\..\classes;. |