mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:39:14 +02:00
Components: try to prevent IDE from modifying autogenerated package files on every recompilation
git-svn-id: trunk@24565 -
This commit is contained in:
parent
4b25569b03
commit
55230bac1f
@ -2,7 +2,7 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit cgiLaz;
|
unit cgilaz;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit CGILazIDE;
|
unit cgilazide;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit MemDSLaz;
|
unit memdslaz;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit LazOpenGLContext;
|
unit lazopenglcontext;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit ProjTemplates;
|
unit projtemplates;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{ Diese Datei wurde automatisch von Lazarus erzeugt. Sie darf nicht bearbeitet werden!
|
{ This file was automatically created by Lazarus. Do not edit!
|
||||||
Dieser Quelltext dient nur dem Übersetzen und Installieren des Packages.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit RunTimeTypeInfoControls;
|
unit runtimetypeinfocontrols;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit SDFLaz;
|
unit sdflaz;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit DBFLaz;
|
unit dbflaz;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user