Visual Studio - Where to define custom path macros?

前端 未结 8 1809
别那么骄傲
别那么骄傲 2020-11-28 22:18

I just opened someone else\'s Visual Studio project and in their build properties they have a few custom path macro\'s they are using for their include and lib directories.

8条回答
  •  醉梦人生
    2020-11-28 22:53

    This link http://msdn.microsoft.com/en-us/library/a2zdt10t(v=vs.90).aspx could interest you. I didn't like the idea of changing my whole system configuration just to build a project. The most interesting part on the page is the last comment :

    This page fails to mention how to get to this dialog:

    From Property Manager, double click on a property page. Click on "User Macros" under "Common Properties" in the tree control.

提交回复
热议问题