mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 23:15:38 +00:00
Changing MRE to GRE, and getting the version number right.
(bug #169014, r=chak, sr=dveditz)
This commit is contained in:
parent
8abb3c017c
commit
ccbde099c5
@ -1,8 +1,10 @@
|
||||
@echo OFF
|
||||
REM --------------------------------------------------------
|
||||
REM Modify MRE_DIR below to match your MRE install location
|
||||
REM Modify GRE_DIR below to match your GRE install location
|
||||
REM --------------------------------------------------------
|
||||
set MRE_DIR=c:\Program Files\Mozilla\MRE\1.0
|
||||
set PATH=%PATH%;%MRE_DIR%;%MRE_DIR%\components
|
||||
set GRE_VERSION=1.2b
|
||||
set GRE_DIR=c:\Program Files\Mozilla\GRE\%GRE_VERSION%
|
||||
|
||||
set PATH=%PATH%;%GRE_DIR%;%GRE_DIR%\components
|
||||
mfcembed.exe -console
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user