POV-Ray : Newsgroups : povray.unofficial.patches : Re: United POV-Ray? : Re: United POV-Ray? Server Time
5 Jul 2024 12:53:07 EDT (-0400)
  Re: United POV-Ray?  
From: Christoph Hormann
Date: 18 Oct 2002 16:49:31
Message: <3DB073DA.25EDB052@gmx.de>
Thorsten Froehlich wrote:
> 
> There is one rule that is more important than any other rule:
> 
> Code your patch based on the official source code or the closest possible
> version of it if you need a certain functionaliyt from another patch.
> 

See my suggestion:

> > - rules for the source code (like marking all changes with preprocessor
> > #ifdef's)

If this is followed thoroughly it should be very clear what code belongs
to which patch.

Dependencies between the different patches could be made clear by placing
something like:

#ifdef XXX_Patch
  #define YYY_Patch
#endif

in frame.h

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 13 Aug. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.