summaryrefslogtreecommitdiff
path: root/packages/fpgtk
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-22 22:08:05 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-22 22:08:05 +0000
commit478c32ae5aceca9fadcd0de357bf5055c610c42d (patch)
tree6e702ba26851e52479f0584fcd7a2e3becd4b25a /packages/fpgtk
parent36a5448b083a367683c49d18163df19a76037b2b (diff)
downloadfpc-478c32ae5aceca9fadcd0de357bf5055c610c42d.tar.gz
* 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
Diffstat (limited to 'packages/fpgtk')
-rw-r--r--packages/fpgtk/fpmake.pp6
1 files changed, 6 insertions, 0 deletions
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;