The build in the CI was failing after commits today due to this error:
prob error for class 4 (28%)
It was caused by running
makedefs -o
Remove unnecessary invocation of makedefs with outdated options from
aftermakedefs.proj
<Target Name="Build"
Inputs="$(ToolsDir)makedefs.exe"
Outputs="@(Defs)">
- <Exec Command=""$(ToolsDir)makedefs.exe" -v" WorkingDirectory="$(UtilDir)"/>
- <Exec Command=""$(ToolsDir)makedefs.exe" -o" WorkingDirectory="$(UtilDir)"/>
- <Exec Command=""$(ToolsDir)makedefs.exe" -p" WorkingDirectory="$(UtilDir)"/>
<Exec Command=""$(ToolsDir)makedefs.exe" -d" WorkingDirectory="$(DatDir)"/>
<Exec Command=""$(ToolsDir)makedefs.exe" -r" WorkingDirectory="$(DatDir)"/>
<Exec Command=""$(ToolsDir)makedefs.exe" -s" WorkingDirectory="$(DatDir)"/>