Search Results

4
votes

MSBuild directory structure limit workarounds

The SUBST command stills seems to exist so remapping the root of your build folder to a drive letter may save s …
0
votes

MSBuild: How to obtain number of warnings raised?

The C# compiler (csc.exe) has a /warnaserror switch will will treat warnings as errors and fail the build. This is also available as a setting in the .csproj file. I assume Delphi has a similar abi …