Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » CDT » Another Managed Make/Targets question
Another Managed Make/Targets question [message #1059386] Fri, 17 May 2013 16:48
Scott Neugroschl is currently offline Scott Neugroschl
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: Tue May 28 05:50:52 EDT 2013

Powered by FUDForum. Page generated in 0.01777 seconds