130
edits
| Line 187: | Line 187: | ||
===Updating The Sources And Patch Queue=== | ===Updating The Sources And Patch Queue=== | ||
# Run the batch file from the Mozilla-Build directory to open a shell: | |||
For VS9 use: '''C:\mozilla-build\start-msvc9.bat''' | |||
For VS8 use: '''C:\mozilla-build\start-msvc8.bat''' | |||
NOTE: This will setup and open a MingW32 command prompt. | |||
All further commands are to be run inside MingW32. | |||
NOTE: Let us assume you have created /c/hg/mozilla-central as your source tree | |||
Run the batch file '''C:\mozilla-build\start-msvc8.bat''' (or '''C:\mozilla-build\start-msvc9.bat''') | Run the batch file '''C:\mozilla-build\start-msvc8.bat''' (or '''C:\mozilla-build\start-msvc9.bat''') | ||
NOTE: This will setup and open a MingW32 command prompt. | NOTE: This will setup and open a MingW32 command prompt. | ||
| Line 207: | Line 217: | ||
$ '''cd ../..''' | $ '''cd ../..''' | ||
$ '''hg qpush -a''' | |||
===Setting Up Your MOZCONFIG File=== | ===Setting Up Your MOZCONFIG File=== | ||
edits