Open main menu

CDOT Wiki β

Changes

Building Firefox 1.5

87 bytes added, 02:35, 14 October 2006
Environment Variables
</pre>
* Note: All the unix commands work perfectly in this state because the DOS command prompt inherited all the environment settings of the Cygwin shell.
* In order to install winTools into the Moztools, we need to navigate into that directory and install using the batch file provided.<pre>C:\proj>cd buildtoolsC:\proj\buildtools>cd windowsC:\proj\buildtools\windows>install.bat MOZ_TOOLS is set to C:\proj\moztools copying exes and dlls to C:\proj\moztools\bincopying include files to C:\proj\moztools\includecopying include files to C:\proj\moztools\include\libIDLcopying lib files to C:\proj\moztools\lib done copying make sure that MOZ_TOOLS\bin is on your path C:\proj\buildtools\windows>cd ../..C:\proj></pre>* This copies over any windows related tools that we need for the build.* SecondlyFirstly, we need to run the builsetup buildsetup batch file we created earlier in order to set up any environment variables we need.
<pre>
C:\proj>buildsetup.bat
C:\proj>
</pre>
* Secondly, in order to install Wintools into the Moztools, we need to navigate into that directory and install using the batch file provided.<pre>C:\proj>cd buildtoolsC:\proj\buildtools>cd windowsC:\proj\buildtools\windows>install.bat MOZ_TOOLS is set to C:\proj\moztools copying exes and dlls to C:\proj\moztools\bincopying include files to C:\proj\moztools\includecopying include files to C:\proj\moztools\include\libIDLcopying lib files to C:\proj\moztools\lib done copying make sure that MOZ_TOOLS\bin is on your path C:\proj\buildtools\windows>cd ../..C:\proj></pre>* This copies over any windows related tools that we need for the build.* The environment is now set up to recieve and compile the mozilla source tree.
=== Pulling From CVS ===
1
edit