Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <200010040100.e9410Oh09502@laxmls02.socal.rr.com> X-Sender: cloder AT pop-server DOT socal DOT rr DOT com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Tue, 03 Oct 2000 18:03:03 -0700 To: DJ Delorie From: Chad Loder Subject: Re: Cygpath, backslashes, and sh.exe Cc: cygwin AT sourceware DOT cygnus DOT com In-Reply-To: <200010040056.UAA12357@envy.delorie.com> References: <200010040051 DOT e940pxh07139 AT laxmls02 DOT socal DOT rr DOT com> <200010032006 DOT e93K6ih16791 AT laxmls02 DOT socal DOT rr DOT com> <200010032207 DOT e93M7bh18034 AT laxmls02 DOT socal DOT rr DOT com> <200010040051 DOT e940pxh07139 AT laxmls02 DOT socal DOT rr DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" That did the trick! Now on to the next problem. "Is life always this hard, or just when you're a kid?" :) Thanks, c At 08:56 PM 10/3/2000 -0400, you wrote: > >> %.obj : %.cpp >> $(CC) $(CPPFLAGS) $(shell cygpath -w $<) > >Try this: > >%.obj : %.cpp > $(CC) $(CPPFLAGS) '$(shell cygpath -w $<)' > >-- >Want to unsubscribe from this list? >Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com