Re: [AD] Bug in clip3d_f() / polygon3d_f() |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sat, Dec 16, 2000 at 12:04:59PM -0000, Ben Davis wrote:
> I was doing:
>
> C:\DJGPP\ALLEGRO>patch -i poly3d.diff
If you don't use the `-p' switch, patch assumes that the files
to patch are in the current directory -- it ignores the paths
given. You want to use `-p 0' in your case, I think.
George
--
Random project update:
22/06/2000: AllegroGL alpha 8 released at http://allegrogl.sourceforge.net/
Improved Windows support. New directory structure.
Fixed OpenGL coding mistake in `tex.c'.