enabled using TAsyncProcess for linux

git-svn-id: trunk@9446 -
This commit is contained in:
mattias 2006-06-18 23:00:17 +00:00
parent d82a5a4d96
commit 86c30a022f
3 changed files with 14 additions and 0 deletions

View File

@ -38,6 +38,11 @@ unit Compiler;
interface
// TODO: Test on all platforms
{$IFDEF Linux}
{$Define UseAsyncProcess}
{$ENDIF}
uses
Classes, SysUtils, Process, LCLProc, Forms, Controls, FileUtil, AsyncProcess,
LazarusIDEStrConsts, CompilerOptions, Project, IDEProcs, OutputFilter;

View File

@ -33,6 +33,11 @@ unit ExtToolDialog;
{$I ide.inc}
// TODO: Test on all platforms
{$IFDEF Linux}
{$Define UseAsyncProcess}
{$ENDIF}
interface
uses

View File

@ -40,6 +40,10 @@ interface
{$DEFINE Use_KeyStateList} // keep track of keystates instead of using OS
// This is the old mode and might be removed
// TODO: Test on all platforms
{$IFDEF Linux}
{$Define UseAsyncProcess}
{$ENDIF}
{$IFDEF win32}
{$DEFINE NoGdkPixbufLib}