Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to set project defaults
How to set project defaults [message #837549] Thu, 05 April 2012 20:28
Anthony Walter is currently offline Anthony WalterFriend
Messages: 3
Registered: April 2012
Junior Member
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
-std=c++0x -lpthread

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
"/home/me/workspace" 


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
Previous Topic:syntax error after including class definition
Next Topic:Managed GNU Make Builder overflows shell in Windows
Goto Forum:
  


Current Time: Wed Apr 24 23:23:34 GMT 2024

Powered by FUDForum. Page generated in 0.03421 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top