浏览代码

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