delorie.com/archives/browse.cgi | search |
> %.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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |