diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-22 22:08:05 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-22 22:08:05 +0000 |
| commit | 478c32ae5aceca9fadcd0de357bf5055c610c42d (patch) | |
| tree | 6e702ba26851e52479f0584fcd7a2e3becd4b25a /packages/gnome1 | |
| parent | 36a5448b083a367683c49d18163df19a76037b2b (diff) | |
| download | fpc-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/gnome1')
| -rw-r--r-- | packages/gnome1/fpmake.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/gnome1/fpmake.pp b/packages/gnome1/fpmake.pp index 02d2fc282e..107517adf7 100644 --- a/packages/gnome1/fpmake.pp +++ b/packages/gnome1/fpmake.pp @@ -221,6 +221,13 @@ begin AddInclude('vtx.inc'); end; + P.ExamplePath.Add('examples'); + P.Targets.AddExampleProgram('examples/testzvt.pp'); + P.Targets.AddExampleProgram('examples/gconfcallback2.pp'); + P.Targets.AddExampleProgram('examples/gconfexample.pp'); + P.Targets.AddExampleProgram('examples/gconfcallback1.pp'); + P.Targets.AddExampleProgram('examples/gnometest.pp'); + {$ifndef ALLPACKAGES} Run; |
