Build system for a VISUAL STUDIO 2008' C++ project -
i'am developing rigid body simulation (physics) in workstation , need share project teachers university. problem workstations of teachers have different configurations path of libraries. how can externalize paths on vs2008 c++ project?
one option have set environment variable libname_root
points root of installation of library, , add paths $(libname_root)\include
, $(libname_root)\lib
project's compiler , linker settings, respectively.
Comments
Post a Comment