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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

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