Commit 90dae97

Nick Faro committed on
Turn off needless verbosity during build
I turned it on a while back to debug a mac library linking issue
and then just never turned it back off. It clogs up the build logs like
crazy.
commit 90dae97c0bd37b70b2dfbf101bf53ae16bdc30c3 parent da40563
2 changed files +0−41
ModifiedhUGETracker.lpi +0−40
@@ -61,18 +61,6 @@
61 </Options> 61 </Options>
62 </Linking> 62 </Linking>
63 <Other> 63 <Other>
64 <Verbosity>
65 <ShoLineNum Value="True"/>
66 <ShowAll Value="True"/>
67 <ShowDebugInfo Value="True"/>
68 <ShowUsedFiles Value="True"/>
69 <ShowTriedFiles Value="True"/>
70 <ShowCompProc Value="True"/>
71 <ShowCond Value="True"/>
72 <ShowExecInfo Value="True"/>
73 <ShowHintsForUnusedUnitsInMainSrc Value="True"/>
74 <ShowHintsForSenderNotUsed Value="True"/>
75 </Verbosity>
76 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/> 64 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/>
77 </Other> 65 </Other>
78 </CompilerOptions> 66 </CompilerOptions>
@@ -117,18 +105,6 @@
117 </Options> 105 </Options>
118 </Linking> 106 </Linking>
119 <Other> 107 <Other>
120 <Verbosity>
121 <ShoLineNum Value="True"/>
122 <ShowAll Value="True"/>
123 <ShowDebugInfo Value="True"/>
124 <ShowUsedFiles Value="True"/>
125 <ShowTriedFiles Value="True"/>
126 <ShowCompProc Value="True"/>
127 <ShowCond Value="True"/>
128 <ShowExecInfo Value="True"/>
129 <ShowHintsForUnusedUnitsInMainSrc Value="True"/>
130 <ShowHintsForSenderNotUsed Value="True"/>
131 </Verbosity>
132 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/> 108 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/>
133 </Other> 109 </Other>
134 </CompilerOptions> 110 </CompilerOptions>
@@ -177,18 +153,6 @@
177 </Options> 153 </Options>
178 </Linking> 154 </Linking>
179 <Other> 155 <Other>
180 <Verbosity>
181 <ShoLineNum Value="True"/>
182 <ShowAll Value="True"/>
183 <ShowDebugInfo Value="True"/>
184 <ShowUsedFiles Value="True"/>
185 <ShowTriedFiles Value="True"/>
186 <ShowCompProc Value="True"/>
187 <ShowCond Value="True"/>
188 <ShowExecInfo Value="True"/>
189 <ShowHintsForUnusedUnitsInMainSrc Value="True"/>
190 <ShowHintsForSenderNotUsed Value="True"/>
191 </Verbosity>
192 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/> 156 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/>
193 </Other> 157 </Other>
194 </CompilerOptions> 158 </CompilerOptions>
@@ -397,10 +361,6 @@
397 </Debugging> 361 </Debugging>
398 </Linking> 362 </Linking>
399 <Other> 363 <Other>
400 <Verbosity>
401 <ShoLineNum Value="True"/>
402 <ShowAll Value="True"/>
403 </Verbosity>
404 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dDEVELOPMENT"/> 364 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dDEVELOPMENT"/>
405 </Other> 365 </Other>
406 </CompilerOptions> 366 </CompilerOptions>
ModifiedhUGETracker.lpr +0−1
@@ -76,7 +76,6 @@ begin
76 {$endif} 76 {$endif}
77 77
78 Application.Scaled:=True; 78 Application.Scaled:=True;
79 Application.Title:='hUGETracker';
80 Application.Initialize; 79 Application.Initialize;
81 Application.CreateForm(TfrmTracker, frmTracker); 80 Application.CreateForm(TfrmTracker, frmTracker);
82 Application.CreateForm(TfrmAboutHugeTracker, frmAboutHugetracker); 81 Application.CreateForm(TfrmAboutHugeTracker, frmAboutHugetracker);