Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Mangaged make MACRO
Mangaged make MACRO [message #162750] Mon, 30 January 2006 23: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 02:22 Go to previous message
Eclipse UserFriend
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: Tue May 06 19:12:25 EDT 2025

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

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

Back to the top