Cygwin, GNU make and VC++ ?

2002-10-28 Thread Christophe Dupre
Hello everyone, I'm trying to recompile a homegrown program that was originaly developped for Unix under Windows. We were successful in compiling this program with the cygwin-supplied gcc using our current Makefile. Now we'd like to recompile with the 'native' compiler, cl.exe provided with Visual

Re: Cygwin, GNU make and VC++ ?

2002-10-29 Thread Christophe Dupre
Can you share this script with us ? On Tue, 29 Oct 2002, Peter A. Castro wrote: > On Mon, 28 Oct 2002, Christophe Dupre wrote: > > > Hello everyone, > > I'm trying to recompile a homegrown program that was originaly > > developped for Unix under Windows. We were