Open main menu

CDOT Wiki β

Changes

Assignment 1 paul

215 bytes added, 23:12, 19 September 2006
no edit summary
<b><font style="font-size:120%"> Step 3: </font></b>
Download and Extract the [http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/moztools-static.zip Static moztools libraries] for Visual C++ to directory “c“C:\proj\moztools”.
<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:\> cd c:\proj|-| C:\proj > copy con buildenv.bat|}
<pre>
<b><font style="font-size:120%"> Step 5: </font></b>
Create a text file named .mozconfig containing following content in “c“C:\proj\mozilla” from command line.
{| 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
1
edit