delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/10/03/20:58:02

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Date: Tue, 3 Oct 2000 20:56:22 -0400
Message-Id: <200010040056.UAA12357@envy.delorie.com>
From: DJ Delorie <dj AT delorie DOT com>
To: cloder AT acm DOT org
CC: cygwin AT sourceware DOT cygnus DOT com
In-reply-to: <200010040051.e940pxh07139@laxmls02.socal.rr.com> (message from
Chad Loder on Tue, 03 Oct 2000 17:54:38 -0700)
Subject: Re: Cygpath, backslashes, and sh.exe
References: <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>

> %.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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019