Browse Source

* Install the additional example files

git-svn-id: trunk@20095 -
joost 13 years ago
parent
commit
7b522af932
1 changed files with 1 additions and 7 deletions
  1. 1 7
      packages/ptc/fpmake.pp

+ 1 - 7
packages/ptc/fpmake.pp

@@ -149,13 +149,7 @@ begin
     P.Targets.AddExampleProgram('con_info.pp');
     P.Targets.AddExampleProgram('area.pp');
     P.Targets.AddExampleProgram('tunnel3d.pp');
-    // 'Makefile
-    // 'stretch.tga
-    // 'Makefile.fpc
-    // 'mojo.raw
-    // 'tunnel3d.raw
-    // 'image.tga
-
+    P.Sources.AddExampleFiles('examples/*',false,'.');
 
 {$ifndef ALLPACKAGES}
     Run;