ide: fix compilation

git-svn-id: trunk@29120 -
This commit is contained in:
paul 2011-01-19 12:37:25 +00:00
parent 6cf4197828
commit 3ed56f1dae
2 changed files with 5 additions and 3 deletions

View File

@ -680,10 +680,11 @@ const
'', // fpGUI
'', // noGUI
{$IFDEF DARWIN}
' -k-framework -kCocoa' // Cocoa
' -k-framework -kCocoa', // Cocoa
{$ELSE}
'' // Cocoa
'', // Cocoa
{$ENDIF}
'' // android
);
type

View File

@ -59,7 +59,8 @@ const
'qt',
'fpGUI (alpha)',
'NoGUI',
'cocoa (alpha)'
'cocoa (alpha)',
'android (pre-alpha)'
);