Amiga-systems need always athreads for lcl programs

git-svn-id: trunk@62766 -
This commit is contained in:
marcus 2020-03-13 21:04:37 +00:00
parent 8d0043c4c3
commit 3aed67b7ea

View File

@ -145,6 +145,9 @@ begin
+' {$IFDEF UNIX}'+LineEnding
+' cthreads,'+LineEnding
+' {$ENDIF}'+LineEnding
+' {$IFDEF HASAMIGA}'+LineEnding
+' athreads,'+LineEnding
+' {$ENDIF}'+LineEnding
+' Interfaces, // this includes the LCL widgetset'+LineEnding
+' Forms'+LineEnding
+' { you can add units after this };'+LineEnding