mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
MG: added allcodetoolunits.pp
git-svn-id: trunk@344 -
This commit is contained in:
parent
2575c72711
commit
32387e9bfe
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,4 +1,5 @@
|
||||
* text=auto !eol
|
||||
components/codetools/allcodetoolunits.pp svneol=native#text/pascal
|
||||
components/codetools/avl_tree.pas svneol=native#text/pascal
|
||||
components/codetools/basiccodetools.pas svneol=native#text/pascal
|
||||
components/codetools/codecache.pas svneol=native#text/pascal
|
||||
|
33
components/codetools/allcodetoolunits.pp
Normal file
33
components/codetools/allcodetoolunits.pp
Normal file
@ -0,0 +1,33 @@
|
||||
{ $Id$ }
|
||||
{
|
||||
/***************************************************************************
|
||||
allcodetoolunits.pp
|
||||
|
||||
dummy unit to compile all units
|
||||
|
||||
/***************************************************************************
|
||||
}
|
||||
unit allcodetoolunits;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
MemCheck,
|
||||
CodeToolManager, AVL_Tree, KeywordFuncLists, ExprEval, LinkScanner, SourceLog,
|
||||
BasicCodeTools, CodeCache, SourceChanger, CodeTools, DefineTemplates;
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.1 2001/10/09 10:04:43 lazarus
|
||||
MG: added allcodetoolunits.pp
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user