Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Re: [Bug 51269] New: MakeTarget invokes only make builder

> 
> Vladimir Hirsl wrote:
> 
> >No problem. Just making it 'lighter' reading.
> 

Bonjour Vladimir,

  Couple of points(you may have dealt with them already).

- For the include paths and symbols, some may apply to specific resources and not blindly to all.
    cc -DFOO debug.c
    cc -DSPECIAL special.c

- You seem to have a lot of gcc specifics, it would be nice to push that off, so it
  could be override.  Assuming that the tools will follow POSIX behaviour, is fine by
  me (-I, -D) but there is also:
   -Wp,<options>

They are still other issues, but no show-stoppers.
  * paths, -I /cygdrive/c/home/vlad/include means nothing for Eclipse/java.
  * Expanding of Environment, 
	all:
		gcc -I $$GTKHOME_INCLUDE -c gtk.c

...






Back to the top