Summary: | add bmake with install target/static flag | ||
---|---|---|---|
Product: | MPC | Reporter: | Johnny Willemsen <jwillemsen> |
Component: | MPC | Assignee: | Chad Elliott <elliott_c> |
Status: | NEW --- | ||
Severity: | normal | CC: | mitza |
Priority: | P3 | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All |
Description
Johnny Willemsen
2008-08-20 04:47:27 CDT
A portion of this has been completed. Here is the relevant portion of the ChangeLog entry. Tue Aug 4 16:29:11 UTC 2009 Chad Elliott <elliott_c@ociweb.com> * modules/TemplateParser.pm: Added implementations of various template functions. Some were required for the bmake template change below. * templates/bmake.mpd: * templates/bmakedll.mpt: * templates/bmakedllexe.mpt: Added the ability to build static projects without providing the -static option to MPC. The static-only projects can still be created with the -static option, but it is no longer necessary. (In reply to comment #1) > A portion of this has been completed. Here is the relevant portion of the > ChangeLog entry. > > Tue Aug 4 16:29:11 UTC 2009 Chad Elliott <elliott_c@ociweb.com> [snip] Chad or Johnny, could one of you please specify what else has to be done before this bug is closed? I don't know the details out of my head, the only way is to try to use bmake and see what works and what doesn't work. The change that I made for this allows building dynamic and static targets with the same makefile. I'm not sure what "install target" entails. With install I probably meant the option to do a make install, just as we now have with gnuace |