* Install the examples files for gba and nds

git-svn-id: trunk@20104 -
This commit is contained in:
Legolas 2012-01-18 17:54:37 +00:00
parent 90cfc86f71
commit cf9aaaa5ce
2 changed files with 2 additions and 0 deletions

View File

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

View File

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