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/fv | |
| 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/fv')
| -rw-r--r-- | packages/fv/fpmake.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/fv/fpmake.pp b/packages/fv/fpmake.pp index 42c6db67f0..2f8aaaaf06 100644 --- a/packages/fv/fpmake.pp +++ b/packages/fv/fpmake.pp @@ -245,6 +245,14 @@ begin AddUnit('drivers'); AddUnit('fvconsts'); end; + P.ExamplePath.Add('examples'); + P.Targets.AddExampleProgram('examples/testapp.pas'); + P.Targets.AddExampleProgram('examples/platform.inc'); + // 'examples/Makefile + // 'examples/testapp.lpi + // 'examples/Makefile.fpc + + {$ifndef ALLPACKAGES} Run; end; |
