We came across a bunch of pre-defined Build Macros for instance $(SolutionDir), but can you define your own build macros in Visual C++ 2005?
|
|
|||
|
|
|
|
The way that I have done this is to attach a Here's an example from the VS2008 solution I set up to build Boost: The
There are multiple variants with similar command lines, and these macros allow me to share common definitions across the various project configuration types. You can also use them to set default configuration options that apply to all the project configurations. In the property manager, I added a custom property sheet to the project, and set up various user-defined macros:
|
|||
|
|

