mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 08:19:53 +02:00
MWE:
+ added $mode objfpc directive git-svn-id: trunk@150 -
This commit is contained in:
parent
d43c989730
commit
5ea2433be7
@ -8,6 +8,7 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
}
|
}
|
||||||
unit allunits;
|
unit allunits;
|
||||||
|
{$mode objfpc}
|
||||||
interface
|
interface
|
||||||
uses
|
uses
|
||||||
interfacebase, interfaces,
|
interfacebase, interfaces,
|
||||||
@ -23,6 +24,10 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.4 2001/01/30 22:56:54 lazarus
|
||||||
|
MWE:
|
||||||
|
+ added $mode objfpc directive
|
||||||
|
|
||||||
Revision 1.3 2001/01/10 23:54:59 lazarus
|
Revision 1.3 2001/01/10 23:54:59 lazarus
|
||||||
MWE:
|
MWE:
|
||||||
* Fixed make clean
|
* Fixed make clean
|
||||||
|
Loading…
Reference in New Issue
Block a user