- Nov 17, 2012
- 21,923
- 558
I was just making lots of little test files to get used to a new library.
The problem is that there seems to be no way to save configurations, so each time I make a new project I need to tell the compiler and linker what the heck to do :/
Basically just telling it where some directories are (that are to the library, and won't change between projects), and letting the linker know what to look for. It isn't a big deal, but it is a pain to do every time :(
The problem is that there seems to be no way to save configurations, so each time I make a new project I need to tell the compiler and linker what the heck to do :/
Basically just telling it where some directories are (that are to the library, and won't change between projects), and letting the linker know what to look for. It isn't a big deal, but it is a pain to do every time :(