cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Quicker way to configure project propert
Quicker way to configure project properties for a library?
Mar 4, 2013 at 6:20am UTC
Keith Wilcox
(6)
I'm using a library called Allegro that's going quite well for me. The problem is, I have to edit 4-5 lines in the debug, and then 5 lines in release for each of my little project's properties. Is there a better way to do this? I'm using VS 2012.
Last edited on
Mar 4, 2013 at 6:22am UTC
Mar 4, 2013 at 7:00am UTC
naraku9333
(2163)
Do it once and export the project as a template.
Mar 4, 2013 at 7:06am UTC
Keith Wilcox
(6)
Thanks a ton! Exactly what I was needing.
Topic archived. No new replies allowed.