Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Linker options
Linker options [message #905204] Wed, 29 August 2012 23:10
D Coder is currently offline D CoderFriend
Messages: 1
Registered: August 2012
Junior Member
Hi,


How can I add the "-D" options in eclipse c++? I only found the "-l" options.

How can I add a .res files to my project and make sure it compiles as well with it?

Something like this
g++ -o myprogram.exe resource.res myprog.cpp


Is there a way to add all the "-l" and "-D" compiler options in one go instead of adding them one by one?


Thanks.
Previous Topic:Eclipse CDT Juno build doesnt update binary
Next Topic:How do I learn C with Eclipse?
Goto Forum:
  


Current Time: Thu Apr 25 07:41:19 GMT 2024

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

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

Back to the top