Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Another Managed Make/Targets question
Another Managed Make/Targets question [message #1059386] Fri, 17 May 2013 16:48
Eclipse UserFriend
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: Thu Mar 06 22:30:42 EST 2025

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

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

Back to the top