Every time I create a new project with Eclipse CDT I have to run through a chore of tasks. I add ...
to the C++ Build/Settings/GCC C++ Compiler/Other Flags
to C/C++ General/Paths and Symbols/Symbols/GNU C++ list
__GXX_EXPERIMENTAL_CXX0X__
to C++ Build/Settings/C++ Linker/Libraries/Search Path
"/home/me/lib" and "/home/me/workspace/company/Debug"
to C++ Build/Settings/C++ Linker/Libraries/Libraries
"companycore" and "company"
to the C++ Build/Settings/GCC C++ Compiler/Includes/Include Paths
Is there any possible way to setup Eclispe CDT to remember these values for any new project I create so I can avoid setting everything manually each time?
Thanks