Mail Archives: djgpp-workers/2003/01/18/19:26:12
Hello.
Charles Sandmann wrote:
[snip]
> With the current makefile structure I don't see any way to easily do
> -I (the .inf make rule is in the common file makefile.inc).
Maybe the rule in makefile.inc could be modified to be something like this:
MAKEINFOFLAGS += --no-split
$(INFO)/%.inf : %.tex
makeinfo $(MAKEINFOFLAGS) $<
Then in src/utils/makefile you could add the -I flags:
MAKEINFOFLAGS += -I$(TOP)/../dxe
(Not sure about the path there.)
> So should new include files go in their own directories with a ../ type
> include?
>
> Should docs for go32-v2, stubify, stubedit, exe2coff be in ../stub ?
> Should docs for dxegen be in ../dxe ?
IMHO the docs should go with the code, as you suggest.
Bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -