Prechádzať zdrojové kódy

* Install the examples files for gba and nds

git-svn-id: trunk@20104 -
Legolas 13 rokov pred
rodič
commit
cf9aaaa5ce

+ 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;