Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Mangaged make MACRO
Mangaged make MACRO [message #162750] Tue, 31 January 2006 04:03 Go to next message
Eclipse UserFriend
Originally posted by: stewart.hamilton.varianinc.com

How do I get a managed make project to expand macros. I have defined a
macro using the macro tab in the C/C++ build window.

I have then tried to use this macro in the include path .

Eg defined macro SOURCE_PATH as c:\test
Then in the include paths inserted $(SOURCE_PATH )/include

In the output of the compile all I see is -I/include. and can see no
reference to the definition of the SOURCE_PATH macro definition in the
make files
Re: Mangaged make MACRO [message #162766 is a reply to message #162750] Tue, 31 January 2006 07:22 Go to previous message
Norbert Plött is currently offline Norbert PlöttFriend
Messages: 233
Registered: July 2009
Senior Member
Hi Stewart,

have you tried the curly braces: ${SOURCE_PATH} ?


Norbert Ploett
Previous Topic:Code assist implementation/design in CDT/JDT
Next Topic:No rule to make target `all'
Goto Forum:
  


Current Time: Thu Dec 26 22:35:20 GMT 2024

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

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

Back to the top