Cygpath, backslashes, and sh.exe

DJ Delorie dj@delorie.com
Tue Oct 3 17:57:00 GMT 2000


> %.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@sourceware.cygnus.com


More information about the Cygwin mailing list

AltStyle によって変換されたページ (->オリジナル) /