The below I have pasted two approaches, but the second approach does not gives good structured output like the approach 1 does.
Please suggest me how to get the same good font with OMAKE
internal syntaxes if any:
approach 1:
@:$(CC_WORKING_VIEW)/tools/Cygwin/bin/print '%-26s -%s\n' "$(target)" "$($(target)_DESCRIPTION)"
Or:
approach 2:
# %echo "$(target)" "$($(target)_DESCRIPTION)"