Explorar o código

* Install the examples files for gba and nds

git-svn-id: trunk@20104 -
Legolas %!s(int64=13) %!d(string=hai) anos
pai
achega
cf9aaaa5ce
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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;