From 44f7624f6ebbb2ab78cf0c08f302f024741bb0dd Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Mon, 1 Nov 2010 22:48:58 +0100 Subject: [PATCH] nicer line wrap --- doc/compiling.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/compiling.tex b/doc/compiling.tex index 1a0f3184..881ab474 100644 --- a/doc/compiling.tex +++ b/doc/compiling.tex @@ -182,6 +182,7 @@ the \emph{File$\to$New$\to$Project From Existing Code} menu entry. \item Choose \emph{Visual C++} from the drop-down menu and press \emph{Next} \item Specify the Mitsuba root directory at the top and enter \emph{mitsuba} as the project name. + In \emph{Add files to the project from these folders}, remove the Mitsuba root directory and only add the \code{src} and \code{include} subdirectories. This is crucial for IntelliSense to work.