openglsuperbible / sb7code

Source code and supporting material for the 7th Edition of OpenGL SuperBible
727 stars 251 forks source link

creating your own project on visual studio #30

Open mkaraz opened 6 years ago

mkaraz commented 6 years ago

Thank you for all these great examples in the book. I am looking forward to go through them. I am new to opengl and I just purchased your book and was able to build on my Windows system and I go to run your examples. Then I wanted to add my own project in my VS2013 solution. I replicated all settings for running examples into my new small project. However, this is not trivial. Is there a go-by that you, the author, or anyone else can provide? Thanks.

PhilParisot commented 6 years ago

Bump

cortreeze commented 5 years ago

You can use Property Sheets in VS to set up common project properties such as include paths, library paths and so on. Once made, they can be applied to multiple projects.