On Fri, Jul 16, 1999 at 05:36:04PM -0400, lind...@liebert.com wrote:
I am a JAM newbie. I figured out how to do a UserObject in my jamrules to
specifiy my platform specific assembly language file extension. Now I have
another question. How do I override the JAM rule for c compilation and
assembling files? It is sticking stuff into the command line which is causing
my compiler not to work. For example, I want it to look like
CC <filename> $(CCFLAGS) $(INCLUDEDIRS)
and it comes out looking like
CC /c $CFLAGS /Fo<outputfilename> /I<includedir> /I<includedir> <filename>
If you give us a specific example of a command line we might be able to
suggest apropriate action statements.
donald