fpc/fpmake_add1.inc
joost df4191acb3 * Handle the location of each package at run-time, not at compilation time
* Added a fpmake.pp in the root, to compile the utils and packages in one go

git-svn-id: trunk@24783 -
2013-06-02 17:55:23 +00:00

5 lines
254 B
PHP

//add_ide(IncludeTrailingPathDelimiter(ADirectory+'ide'));
add_packages(ADirectory+IncludeTrailingPathDelimiter('packages'));
//add_rtl(IncludeTrailingPathDelimiter(ADirectory+'rtl'));
add_utils(IncludeTrailingPathDelimiter(ADirectory+'utils'));