Make path api variables be pathVars (with tokens replacement, '%{cfg.objdir}' becomes '$(OBJDIR)' in makefile instead of harcoded path for example).
That might allow, for Code::Blocks which doesn't support per-file configuration different by configuration, to have its token and so identical build command string (even if they substitute differently per configuration).
Make path api variables be pathVars (with tokens replacement, '%{cfg.objdir}' becomes '$(OBJDIR)' in makefile instead of harcoded path for example).
That might allow, for Code::Blocks which doesn't support per-file configuration different by configuration, to have its token and so identical build command string (even if they substitute differently per configuration).