Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Clean g++ build - no .o compiled files(Correct build of a project)
Clean g++ build - no .o compiled files [message #875848] Wed, 23 May 2012 12:52
Artur Rodrigues is currently offline Artur RodriguesFriend
Messages: 1
Registered: May 2012
Location: Brazil
Junior Member
Hi all!

I have a project at Eclipe:Indigo using C++ (g++ compiler for intel x386 @ Windows7), with 2 build configurations:

1.Debug Config (for development purposes)
2.Release Config (the usable version: the result our client wants)

I want to configure the Release Config to build a target (DLL). It works correctly, but the configuration keeps including the .o files inside the build folder.

Is there a way to compile everything, and then ommiting the .o files (auto-deleting them after the build)?
Previous Topic:Ubuntu + Eclipse CDT
Next Topic:[Solved] pkg-config problems
Goto Forum:
  


Current Time: Tue Apr 23 12:23:32 GMT 2024

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

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

Back to the top