[Quickfix-developers] Matching project inputs to project outputs
Brought to you by:
orenmnero
From: Crowell, B. <BCr...@ba...> - 2011-11-28 22:06:17
|
This patch makes some of the directory references in quickfix_vs10.vcxproj and quickfix_net_vs10.vcxproj a little less dependent on the location of the solution file. I had to do this because I was adding those projects to another solution and building them there. The output directories haven't changed, just the input directories. For example where quickfix_vs10.vcxproj puts its include files in ..\..\include (relative to the project file), quickfix_net_vs10.vcxproj now looks for them there, too (instead of $(SolutionDir)\include). Just a suggestion. This doesn't touch the older VS* projects. --Brian Crowell Barbnet Investments |