From: Steve J. <st...@qs...> - 2004-10-28 04:19:25
|
I suggest renaming the current Makefile to Makefile.win and rename GNUMakefile to Makefile. 99% of windows users do not compile qstat, they use a pre-built binary. So requiring them to use a special build command is ok: nmake -f Makefile.win The GNUMakefile uses constructs not supported by old-school make. However, gmake is universal now (even ships on most commercial unixes) so making that a requirement for compiling qstat is fine. We'll still need to keep two makefiles in-sync. Looks like Steven is reorganizing the code; please try to update the windows makefile whenever the unix makefile is updated. And don't forget to update COMPILE.txt Sourceforge provides shell access to a compile farm. This can be used to validate changes against other platforms. Don't know if they have a windows compile target. MS provides the VC++ command line compile tools for free now: http://msdn.microsoft.com/visualc/vctoolkit2003/ Steve --- Steven Hartland <ki...@mu...> wrote: > As u say doesnt exist on windows boxes so not really an option :( > Dont u wish it was all unix :P > > Steve / K > ----- Original Message ----- > From: "Ludwig Nussel" <l-...@us...> > > > Steven Hartland wrote: > >> My vote goes with remove GNUMakefile. gmake will fall > >> back to Makefile iirc. > > > > I'd vote for dropping the custom Makefiles and use automake. Since > > qstat doesn't use any fancy stuff files are pretty simple. Attached > > are configure.ac and Makefile.am as a start. Just copy them into the > > qstat dir and run "autoreconf -f -i". That gets us a lot for free on > > un*x. I have no idea if it's useful on windows though. > > > > ================================================ > This e.mail is private and confidential between Multiplay (UK) Ltd. and the > person or entity to whom it is addressed. In the event of misdirection, the > recipient is prohibited from using, copying, printing or otherwise > disseminating it or any information contained in it. > > In the event of misdirection, illegible or incomplete transmission please > telephone (023) 8024 3137 > or return the E.mail to pos...@mu.... > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > QStat-devx mailing list > QSt...@li... > https://lists.sourceforge.net/lists/listinfo/qstat-devx > |