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

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

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -