From f52cfc56ef0adb10403e86e68c73a326cc53832d Mon Sep 17 00:00:00 2001 From: lazarus Date: Wed, 21 Aug 2002 08:13:37 +0000 Subject: [PATCH] MG: accelerated new/dispose of gdiobjects git-svn-id: trunk@3227 - --- lcl/Makefile.fpc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcl/Makefile.fpc b/lcl/Makefile.fpc index 2ccd966551..802185e921 100644 --- a/lcl/Makefile.fpc +++ b/lcl/Makefile.fpc @@ -13,8 +13,8 @@ units=allunits implicitunits=arrow actnlist buttons calendar clipbrd clistbox comctrls \ commctrl controls dialogs dynhasharray extctrls filectrl forms \ graphics graphicsmath graphtype imglist interfacebase lazqueue \ - lcllinux lclstrconsts lcltype lmessages lresources menus messages \ - registry spin stdctrls toolwin utrace vclglobals + lclmemmanager lcllinux lclstrconsts lcltype lmessages lresources menus \ + messages registry spin stdctrls toolwin utrace vclglobals # !!! do not add interfaces. interfaces.ppu belongs to the interface(s). # and do not add allunits. It is just a dummy unit used for compiling.