On Tue, 4 Mar 2003 [EMAIL PROTECTED] wrote: > > --- lib/makefile Tue Mar 4 00:07:29 2003 > > +++ lib/makefile Tue Mar 4 00:07:56 2003 > > @@ -11,6 +11,7 @@ > > libm.lib: $(CLIB) > > -$(RM) libm.lib > > $(LIBUTIL) $(CLIB) $(MATH_EXTRACT) $(LIBTERM) > > + for %i in (*.obj) do ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT %i > > $(LIBUTIL) libm $(MATH_INSERT) $(LIBTERM) > > -$(RM) *.OBJ > > > > > Does your changes apply to all version of Turbo C, Turbo C++, and > Borland C++ ?
I think so, but only tested Turbo C 2.01. > And exactly which part of which file I should add your changes? add the line marked with the + (without the + itself) to the file at line 14 so that it fits in the context as shown; or use an automatic patch utility. Bart ==^================================================================ This email was sent to: [EMAIL PROTECTED] EASY UNSUBSCRIBE click here: http://topica.com/u/?b1ddyi.b3hwCs.YXJjaGl2 Or send an email to: [EMAIL PROTECTED] TOPICA - Start your own email discussion group. FREE! http://www.topica.com/partner/tag02/create/index2.html ==^================================================================
