From 478c32ae5aceca9fadcd0de357bf5055c610c42d Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 22 Oct 2008 22:08:05 +0000 Subject: * More fpmake fixes. Exampledirs and includefiles mostly fixed for these. gdbint moves two examples from src to exampledir + makefile fix. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11949 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/fpgtk/fpmake.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/fpgtk') diff --git a/packages/fpgtk/fpmake.pp b/packages/fpgtk/fpmake.pp index 688ca599bc..57162f2b9e 100644 --- a/packages/fpgtk/fpmake.pp +++ b/packages/fpgtk/fpmake.pp @@ -41,6 +41,12 @@ begin AddUnit('fpglib'); end; + P.ExamplePath.Add('examples'); + P.Targets.AddExampleProgram('examples/lister.pp'); + P.Targets.AddExampleProgram('examples/testgtk.pp'); + // 'examples/Makefile + // 'examples/Makefile.fpc + // 'examples/testgtk.ppr {$ifndef ALLPACKAGES} Run; -- cgit v1.2.1