On 2003-08-04 04:34 -0700, sd sd wrote: > I don't know if this is the right mailing list to ask for a > question. I have to wtite a makefile that should work on > Windows/Linux platform I am sure that gmake will work properly > in Linux but not sure gmake will give me the same set of > features in Windows as given in Linux. So please help me to > suggest whether gnu make is having rich set of featutres that I > can use gnu make to write Linux as well as Windows Makefile
Where I work, we have the same set of (GNU make) makefiles for Unix and Windows. We write everything assuming a Unix environment ; under Windows, we run the makefiles from within Cygwin, which provides a Unix-like environment. We had to write a wrapper around MSVC's cl to make it behave more or less like a Unix cc. Your email contains a 420-character line. Don't you know that God kills a kitten for every character after the 72nd ? -- Andr� Majorel <[EMAIL PROTECTED]> http://www.teaser.fr/~amajorel/ _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
