176
edits
| Line 210: | Line 210: | ||
=== Setting MSVC up === | === Setting MSVC up === | ||
There are as many ways of configuring MSVC projects as there are developers hacking on mozilla, but to get all the benefits from MSVC, you'll generally want to do the following steps : | |||
* Create one project per module and create convenient folders/filters for it. | |||
(For example, create one project called "widget", another "xpcom", "content", etc...) | |||
* For each project's | |||
* For each projects, add appropriate include folder to make Intellisense kick in properly. (don't forget <objdir>/browser/dist/include/... folders !) | |||
* | |||
I've create | |||
=== Getting a command prompt for pulling and building === | === Getting a command prompt for pulling and building === | ||
edits