Installation independent visual-C++ project properties -


is there way adjust visual-c++ (ms vs 2010 ee) project properties in such way, same .sln files can built in 1 click among different computers (on windows, of course)? - possibly upload visual-c++ projects svn server. project uses libraries (header , .lib files) absolute (system dependent) path (e.g. boost) , it's own utils.

you can use environment variables in project settings enclosing them in $(). e.g. if environment defines boost_include:

set boost_include=c:\boost\include\boost-1_45 

then can use $(boost_include) in settings refer boost include directory.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -