Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Another Managed Make/Targets question
Another Managed Make/Targets question [message #1059386] Fri, 17 May 2013 20:48
Scott Neugroschl is currently offline Scott NeugroschlFriend
Messages: 1
Registered: May 2013
Junior Member
Using Indigo....

I've looked around for an answer to this.

I'm got a Managed Make with multiple targets project. I can add the build targets, and have successfuly created a "makefile.targets".

I can build each target individually, no problem. My problem is, I'm trying to figure out how to build all targets at once.

I tried adding

all: target1 target2

to makefile.targets, but when I did a "build project", it tried to build {project}.exe, which failed abysmally (2 main() programs).

So what I'm looking for, is a way to tell it not to build {project}.exe, and to build target1 and target2 when I try to build the project.

Or will I need to use a Standard makefile instead?
Previous Topic:Cannot include asset_manager_jni.h!!!
Next Topic:unable to build project from imported source code
Goto Forum:
  


Current Time: Fri Sep 20 20:10:05 GMT 2024

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

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

Back to the top