+ Added include reference

git-svn-id: trunk@6971 -
This commit is contained in:
marc 2005-03-17 00:06:44 +00:00
parent 86803e5b23
commit e9c207098d
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// included by lazconf.pp
{%MainUnit ../../lazconf.pp}
{***************************************************************************
lazconf.inc
@ -56,6 +56,9 @@ end;
{
$Log$
Revision 1.21 2005/03/17 00:06:43 marc
+ Added include reference
Revision 1.20 2004/12/09 19:29:42 mattias
fixed compilation for lazconf linux, bsd, macosx

View File

@ -1,4 +1,6 @@
{%MainUnit ../linux/lazconf.inc}
// included by linux/lazconf.inc, freebsd/lazconf.inc, netbsd/lazconf.inc
// todo: use $target here ?
{
***************************************************************************

View File

@ -1,4 +1,4 @@
// included by gtkcallback.inc
{%MainUnit gtkcallback.inc}
{
*****************************************************************************