Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Writing a new makefile generator
Writing a new makefile generator [message #108406] Wed, 30 June 2004 17:33 Go to next message
Eclipse UserFriend
Is there a good guide for writing a make file generator, other than
using GnuMakefileGenerator.java (1.19) as a skeleton?

I've been attempting to use GnuMakefileGenerator as a skeleton, but it
looks like some refactoring has been occurring (like moving the
declaration of NEWLINE into the IManagedBuilderMakefileGenerator
interface) that hasn't propagated into the JAR file. Perhaps I need to
import the binary projects after I update?
Re: Writing a new makefile generator [message #108429 is a reply to message #108406] Wed, 30 June 2004 17:42 Go to previous message
Eclipse UserFriend
Scott Michel wrote:

> Is there a good guide for writing a make file generator, other than
> using GnuMakefileGenerator.java (1.19) as a skeleton?
>
> I've been attempting to use GnuMakefileGenerator as a skeleton, but it
> looks like some refactoring has been occurring (like moving the
> declaration of NEWLINE into the IManagedBuilderMakefileGenerator
> interface) that hasn't propagated into the JAR file. Perhaps I need to
> import the binary projects after I update?

Answered my own question: If I update the CDT software via Help>Software
Updates, then I should re-import the plugins to get the most recent
JARs. Duh.


-scooter
Previous Topic:Digital Mars C/C++ plug-in?
Next Topic:tool chain plug-in
Goto Forum:
  


Current Time: Sun Jun 08 18:40:17 EDT 2025

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

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

Back to the top