c++ - Creating Include Folder and Lib folders in Visual Studio Projects -


it looks general approach when download lib internet, or install sdk, hold folder having include , lib / bin folder.

over years created several visual studio projects, c# or vc++ , wonder how people release libs when doing them. found simple make libs come out in lib folder , exes out in bin folder.

are there easy ways make visual studio know header files supposed in include folder , make create when building, or should manual maintain folder?

you make own macros in visual studio after build. check post build event macros box in project setting. can use script language perl handle build , post build events. second method better gives more flexibility.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -