0

I have been working on some GUI-related projects in Eclipse CDT. They always require me a specific command line pattern (Project > GCC C Linker) in order to load the libraries properly:

The menu itself

I can't manage to keep that configuration for every project I start. Is there a way to achieve this?

xvlaze
  • 837
  • 1
  • 10
  • 30

1 Answers1

0

IMHO it is not possible. See in Windows > Preferences > C/C++ Build > Setttings these options were not provided.

So all these options are specific to a project. Means you can have different options for different projects.

Chandrayya G K
  • 8,719
  • 5
  • 40
  • 68