why not just standardize makes across as many platforms as
possible, ie dmake . which is available on almost every platform
mesa is.

projects files are useful too, makefiles can be incredibly esoteric,
each to their own. I dont see why the mesa makefile has to be so
complicated it can't be minimized to a level where cross platform
is fairly irrelevant

nearly all unix tools like sed are also available to almost every OS
i use sed,yacc,bison,lexx in various windows projects, with makefiles
and VC project files..

charlie

----- Original Message ----- 
From: Stephen J Baker <[EMAIL PROTECTED]>
To: Kendall Bennett <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, May 26, 1999 12:05 PM
Subject: Re: [Mesa-dev] autoconfiscate Mesa?


> on Wed, 26 May 1999, Kendall Bennett wrote:
> 
> > "Stephen J Baker" <[EMAIL PROTECTED]> wrote:
> > 
> > > The configure script does rely on some UNIX tools like "sed" - so
> > > to use this scheme under Windoze, you need the CygWin tools - or
> > > something similar. In practice, people who don't have the CygWin
> > > tools tend to be people. who are using Borland or MSVC - and those
> > > people typically don't even have 'make' and will need odd-ball
> > > 'project' files that have to be built the hard way whatever you do.
> > 
> > Actually all Win32 and DOS compilers include versions of make native 
> > to that compiler. Borland ships make.exe and Microsoft ships 
> > nmake.exe.
> 
> I'm not convinced that NMAKE is sufficiently compatible to play with
> the Makefile's that configure produces.




_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to