mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
deactivated fpImage or fpc 1.0.10
git-svn-id: trunk@5186 -
This commit is contained in:
parent
44a86a6469
commit
22b7bb3767
@ -22,6 +22,10 @@ unit AllLCLUnits;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$IFDEF VER1_0_10}
|
||||
{$DEFINE DisableFPImage}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
@ -48,6 +52,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.9 2004/02/10 00:38:43 mattias
|
||||
deactivated fpImage or fpc 1.0.10
|
||||
|
||||
Revision 1.8 2004/02/02 22:01:51 mattias
|
||||
fpImage is now used as default, deactivate it with -dDisableFPImage
|
||||
|
||||
|
@ -31,6 +31,12 @@ interface
|
||||
{$ASSERTIONS ON}
|
||||
{$endif}
|
||||
|
||||
|
||||
{$IFDEF VER1_0_10}
|
||||
{$DEFINE DisableFPImage}
|
||||
{$ENDIF}
|
||||
|
||||
|
||||
uses
|
||||
SysUtils, Classes, FPCAdds,
|
||||
{$IFNDEF DisableFPImage}
|
||||
@ -1442,6 +1448,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.114 2004/02/10 00:38:43 mattias
|
||||
deactivated fpImage or fpc 1.0.10
|
||||
|
||||
Revision 1.113 2004/02/10 00:21:04 mattias
|
||||
fixed TImage background for transparent images
|
||||
|
||||
|
@ -33,8 +33,8 @@ interface
|
||||
{$endif}
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Math, FPCAdds, LCLStrConsts, LCLType, LCLProc, VCLGlobals,
|
||||
LMessages, GraphType, GraphMath, IntfStrConsts;
|
||||
Classes, SysUtils, Math, FPCAdds, LCLType, LCLProc, VCLGlobals, LMessages,
|
||||
GraphType, GraphMath, IntfStrConsts;
|
||||
|
||||
type
|
||||
|
||||
@ -111,6 +111,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.42 2004/02/10 00:38:43 mattias
|
||||
deactivated fpImage or fpc 1.0.10
|
||||
|
||||
Revision 1.41 2004/01/11 16:38:29 marc
|
||||
* renamed (Check|Enable)MenuItem to MenuItemSet(Check|Enable)
|
||||
+ Started with accelerator nameing routines
|
||||
|
Loading…
Reference in New Issue
Block a user