Thank
you Melissa the “,” delimiter is still in CVS (http://cvs.sourceforge.net/viewcvs.py/nant/nant/src/NAnt.VSNet/VcProject.cs?rev=1.16&view=auto) to nant commiters
: could anyone fix this in the nightly build ? it
seems that replacing Split(‘,’) by old code : string
includeDirs = fileConfig.GetToolSetting(compilerTool, "AdditionalIncludeDirectories");
new code : string
includeDirs = fileConfig.GetToolSetting(compilerTool, "AdditionalIncludeDirectories");
looking at the ClTask code, this would solve
this issue regards Thibaut -----Original Message----- If you use nant 0.84 look at:
In all of my project files,
the separator is always ";", never ",". I changed
"," to ";" and all is well with this. Since you are using
the latest, I guess this bug is still in nant. Line numbers are likely
different, so here is the code with the bug:
string includeDirs =
fileConfig.GetToolSetting(compilerTool,
"AdditionalIncludeDirectories"); Good luck, --- |
Title: [Nant-users] Cl.exe /I for additional include directories
- [nant-dev] RE: [Nant-users] Cl.exe /I for additional incl... Thibaut Barrère
- [nant-dev] Re: [Nant-users] Cl.exe /I for additional... Gary Feldman
- Re: [nant-dev] Re: [Nant-users] Cl.exe /I for ad... Gert Driesen