P
Pavel A.
There are many predefined variables in a VC++ project properties
like $(DevEnvDir), $(TargetName) etc.
I'd like to add my custom variable to the project or solution (to share
among several projects).
Example: path or parameters of a custom libraries, sources or tools.
Is this possible? How?
Defining global environment variables is not a good solution, because
I want these variables be *local in a project*.
Regards,
--PA
like $(DevEnvDir), $(TargetName) etc.
I'd like to add my custom variable to the project or solution (to share
among several projects).
Example: path or parameters of a custom libraries, sources or tools.
Is this possible? How?
Defining global environment variables is not a good solution, because
I want these variables be *local in a project*.
Regards,
--PA