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

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -