]> git.llucax.com Git - software/makeit.git/commit
Support non-propagated target-specific variables
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 25 Sep 2009 16:21:18 +0000 (13:21 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 25 Sep 2009 16:21:18 +0000 (13:21 -0300)
commitb3cbda62e632af66d2c8854acad0b61ae93df997
tree245c84badb737ddcc4ae9f2439d56fca747b53b6
parentb4318ebdd9e5b4d6943ee84e3437a7677cd8c3e0
Support non-propagated target-specific variables

Now the compile and link functions support non-propagated target-specific
variables.  If a variable is named like the target with a suffix
".EXTRA_FLAGS", it value is added to the compile/link command.

A non-propagated linker can be used too, defining a variable with the name
of the target with the suffix ".LINKER".
Makeit.mak