Преглед изворни кода

* Install the examples files for gba and nds

git-svn-id: trunk@20104 -
Legolas пре 13 година
родитељ
комит
cf9aaaa5ce
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      packages/libgbafpc/fpmake.pp
  2. 1 0
      packages/libndsfpc/fpmake.pp

+ 1 - 0
packages/libgbafpc/fpmake.pp

@@ -70,6 +70,7 @@ begin
        AddInclude('mm_types.inc');
      end;
 
+    P.Sources.AddExampleFiles('examples/*',true,'.');
 
 {$ifndef ALLPACKAGES}
     Run;

+ 1 - 0
packages/libndsfpc/fpmake.pp

@@ -142,6 +142,7 @@ begin
        AddInclude('mm_types.inc');
      end;
 
+    P.Sources.AddExampleFiles('examples/*',true,'.');
 {$ifndef ALLPACKAGES}
     Run;
     end;