Re: Splitting out platforms

2001-11-19 Thread Andy Dougherty
On Mon, 19 Nov 2001, Dan Sugalski wrote: > At 03:17 PM 11/16/2001 -0500, Andy Dougherty wrote: > >I like the idea of splitting out some things (such as dynaloading) into > >separate directories, instead of a single monolithic platform.c file. > >Whether *every* non-portable function needs its own

Re: Splitting out platforms

2001-11-19 Thread Dan Sugalski
At 03:17 PM 11/16/2001 -0500, Andy Dougherty wrote: >I like the idea of splitting out some things (such as dynaloading) into >separate directories, instead of a single monolithic platform.c file. >Whether *every* non-portable function needs its own directory is a >different question. I suspect no

Re: Splitting out platforms

2001-11-16 Thread Andy Dougherty
On Thu, 15 Nov 2001, James Mastros wrote: > Hey all. > This implements a platforms system similar to what we were discussing > earlier: each interface is a sepperate file, independent of the others, the > hints file specifies what interfaces we use. This does create a large > number of files,

Re: Splitting out platforms

2001-11-16 Thread Andy Dougherty
On Thu, 15 Nov 2001, James Mastros wrote: > Hey all. > This implements a platforms system similar to what we were discussing > earlier: each interface is a sepperate file, independent of the others, the > hints file specifies what interfaces we use. This does create a large > number of files,