mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 12:59:24 +02:00
Amiga-systems need always athreads for lcl programs
git-svn-id: trunk@62766 -
This commit is contained in:
parent
8d0043c4c3
commit
3aed67b7ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user