Another Managed Make/Targets question [message #1059386] |
Fri, 17 May 2013 20:48 |
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?
|
|
|
Powered by
FUDForum. Page generated in 0.03252 seconds