hi guys. just updated my CVS and I noticed 2 things (on Win32) the custom build of gen_uri_delims seems not to be being done.
it's compliaing about not finding strcasecmp ..Ian > -----Original Message----- > From: Roy T. Fielding [mailto:[EMAIL PROTECTED] > Sent: Monday, May 21, 2001 6:45 PM > To: [email protected] > Subject: Re: [PATCH] First pass at moving util_uri to apr-util... > > > On Sun, May 20, 2001 at 06:52:18PM -0700, Greg Stein wrote: > > Since gen_uri_delims.lo is not destined for a library (.la), then it > > can/should simply use the .o suffix. That will also prevent > the object from > > appearing within libaprutil.la. > > I committed it with the .o suffix, but that auto-slurping of > object files > into the library is bogus. Among other things, it assumes > that a developer > isn't doing any of their own work within the library. > > I would like to replace the find with an actual list of > library objects. > There aren't that many, and it isn't a hardship to require > that people add > names to Makefile.in when a new component is added to the library. > > ....Roy >
