mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
* Install the examples files for gba and nds
git-svn-id: trunk@20104 -
This commit is contained in:
parent
90cfc86f71
commit
cf9aaaa5ce
@ -70,6 +70,7 @@ begin
|
||||
AddInclude('mm_types.inc');
|
||||
end;
|
||||
|
||||
P.Sources.AddExampleFiles('examples/*',true,'.');
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
Run;
|
||||
|
@ -142,6 +142,7 @@ begin
|
||||
AddInclude('mm_types.inc');
|
||||
end;
|
||||
|
||||
P.Sources.AddExampleFiles('examples/*',true,'.');
|
||||
{$ifndef ALLPACKAGES}
|
||||
Run;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user