From 09ee64f8ed9ecb9d62e21e4f61c5d6970859f969 Mon Sep 17 00:00:00 2001 From: andrew Date: Sun, 17 May 2015 15:16:11 +0000 Subject: [PATCH] Changed chmmaker to not use xterm to run. Set uses cthreads always for unix. The chm compiler uses threads by default in fpc now. git-svn-id: trunk@49070 - --- tools/chmmaker/chmmaker.lpi | 5 +++-- tools/chmmaker/chmmaker.lpr | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/chmmaker/chmmaker.lpi b/tools/chmmaker/chmmaker.lpi index 33993a6a6a..fc26925943 100644 --- a/tools/chmmaker/chmmaker.lpi +++ b/tools/chmmaker/chmmaker.lpi @@ -25,7 +25,7 @@ - + @@ -51,13 +51,14 @@ - + + diff --git a/tools/chmmaker/chmmaker.lpr b/tools/chmmaker/chmmaker.lpr index ce28b37740..b9c0d06aa0 100644 --- a/tools/chmmaker/chmmaker.lpr +++ b/tools/chmmaker/chmmaker.lpr @@ -3,9 +3,9 @@ program chmmaker; {$mode objfpc}{$H+} uses - {$IFDEF UNIX}{$IFDEF UseCThreads} + {$IFDEF UNIX} cthreads, - {$ENDIF}{$ENDIF} + {$ENDIF} Interfaces, // this includes the LCL widgetset Forms, LazFileUtils { add your units here }, unit1, CHMSiteMapEditor, lhelpcontrolpkg;