mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 05:39:17 +02:00
enabled using TAsyncProcess for linux
git-svn-id: trunk@9446 -
This commit is contained in:
parent
d82a5a4d96
commit
86c30a022f
@ -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;
|
||||
|
@ -33,6 +33,11 @@ unit ExtToolDialog;
|
||||
|
||||
{$I ide.inc}
|
||||
|
||||
// TODO: Test on all platforms
|
||||
{$IFDEF Linux}
|
||||
{$Define UseAsyncProcess}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user