2
edits
Antoineazar (talk | contribs) |
|||
Line 217: | Line 217: | ||
* For each project, choose the "Makefile" configuration type from its "properties" menu. | * For each project, choose the "Makefile" configuration type from its "properties" menu. | ||
* For each projects, add appropriate include folders to make Intellisense kick in properly. | * For each projects, add appropriate include folders to make Intellisense kick in properly. | ||
* You might want to include the <objdir>/browser/dist/include/ folder in your include path. The build copies any header marked as EXPORT in the makefiles there. However, be careful NOT to edit these files. Intellisense will open them happily and they are writeable, but you'll lose any changes at the next build. | |||
edits