1
edit
Changes
no edit summary
<b><font style="font-size:120%"> Step 4: </font></b>
Create a build script called '''buildenv.bat''' containing following content in folder '''”C:\proj\”''' to setup the appropriate environment variables and paths.
{| style="background:black; color:white" width="600"
|-
| C:\> md proj
|-
| C:\> cd c:\proj
|-
| C:\proj > copy con buildenv.bat
|}
<pre>
{| style="background:black; color:white" width="600"
|-
| C:\> cd c:\proj
|-
| C:\proj> md mozilla
|-
| C:\proj> cd mozilla
|-
| C:\proj\mozilla> copy con .mozconfig