[Plib-devel] Re: [PATCH] crease for ac3d files and speedup
Brought to you by:
sjbaker
From: Melchior F. <mf...@ao...> - 2004-12-01 06:47:59
|
* Wolfram Kuss -- Wednesday 01 December 2004 03:38: > Erik wrote: > > http://www.a1.nl/~ehofman/fgfs/download/crease-updated.diff > - I do this in the directory PLIB, one level above src. Is this > correct? Yes, you go to the outmost plib directory, the one that contains src/. Then I always do a test run that doesn't alter the code: $ patch -p0 --dry-run < /path/to/the.diff if everything looks ok, remove the --dry-run: $ patch -p0 < /path/to/the.diff m. |