Commit 5a2ee3c

Nick committed on
Re-add cthreads (see https://www.freepascal.org/docs-html/current/rtl/cthreads/index.html)
commit 5a2ee3c17e59fa5df98270964f0b3818ed0ba0ce parent a94bae1
3 changed files +3−9
ModifiedGBEmu.lpi +0−6
@@ -72,9 +72,6 @@
72 <ShowHintsForSenderNotUsed Value="True"/> 72 <ShowHintsForSenderNotUsed Value="True"/>
73 </Verbosity> 73 </Verbosity>
74 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/> 74 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/>
75 <ExecuteAfter>
76 <Command Value="$MakeExe(ide,$Path($(CompPath))/instantfpc) --compiler=&quot;$(CompPath)&quot; PostBuild.pas &quot;$Path($(TargetFile))&quot;"/>
77 </ExecuteAfter>
78 </Other> 75 </Other>
79 </CompilerOptions> 76 </CompilerOptions>
80 </Item2> 77 </Item2>
@@ -190,9 +187,6 @@
190 <ShowHintsForSenderNotUsed Value="True"/> 187 <ShowHintsForSenderNotUsed Value="True"/>
191 </Verbosity> 188 </Verbosity>
192 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/> 189 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/>
193 <ExecuteAfter>
194 <Command Value="$MakeExe(ide,$Path($(CompPath))/instantfpc) --compiler=&quot;$(CompPath)&quot; PostBuild.pas &quot;$Path($(TargetFile))&quot;"/>
195 </ExecuteAfter>
196 </Other> 190 </Other>
197 </CompilerOptions> 191 </CompilerOptions>
198 </Item4> 192 </Item4>
ModifiedGBEmu.lpr +1−1
@@ -8,7 +8,7 @@ program GBEmu;
8 8
9 uses 9 uses
10 {$ifdef unix} 10 {$ifdef unix}
11 // cthreads, 11 cthreads,
12 {$endif} 12 {$endif}
13 {$ifdef MSWINDOWS} 13 {$ifdef MSWINDOWS}
14 Windows, 14 Windows,
Modifiedtracker.lfm +2−2
@@ -1,7 +1,7 @@
1 object frmTracker: TfrmTracker 1 object frmTracker: TfrmTracker
2 Left = 1038 2 Left = 778
3 Height = 653 3 Height = 653
4 Top = 285 4 Top = 307
5 Width = 1232 5 Width = 1232
6 AllowDropFiles = True 6 AllowDropFiles = True
7 Caption = 'hUGETracker' 7 Caption = 'hUGETracker'