From aad0de1107de7aa9762bedcb9f8856553ef42f9d Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 4 Aug 2010 15:39:59 +0000 Subject: [PATCH] IDE: comments git-svn-id: trunk@27011 - --- ide/compileroptions.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ide/compileroptions.pp b/ide/compileroptions.pp index 7276db739e..3e7f8aa4ec 100644 --- a/ide/compileroptions.pp +++ b/ide/compileroptions.pp @@ -64,8 +64,12 @@ - every package/project needs a function to compute all values of its build macros - build macros depend on used packages and project build macro values - add a changestamp for this + - conditionals needs macro values of project, default macro values of + required packages and current package + - default value of a build macro requires values of project and + default macro values of required packages - every package/project needs a function to substitute macros - - check local macros (pkgdir, pkgoutdir, ...) + - check local macros (pkgdir, pkgoutdir) - first check active project values - then check default values of build macros of used packages - finally use default global macros