mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Some platforms don't like quotes in the path.
(Not yet in the build)
This commit is contained in:
parent
68a45ff28f
commit
fe21297c7b
@ -2,6 +2,7 @@
|
||||
REM --------------------------------------------------------
|
||||
REM Modify MRE_DIR below to match your MRE install location
|
||||
REM --------------------------------------------------------
|
||||
set MRE_DIR="c:\Program Files\Mozilla\MRE\1.0"
|
||||
set MRE_DIR=c:\Program Files\Mozilla\MRE\1.0
|
||||
set PATH=%PATH%;%MRE_DIR%;%MRE_DIR%\components
|
||||
mfcembed.exe -console
|
||||
mfcembed.exe -console
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user