Re: colon - windows path "C:/Program Files/libtoto.h"
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
Effectively without quote the problem does not arise. I use quotation marks for paths with spaces. I have not noticed a problem with quotes under GNU/Linux (I have to re-test). How do I dependence to a library file which is located in "C:/Program Files/toto.h" ? The two solutions doesn't works : 1> toto.o : toto.c "C:/Program Files/toto.h" 2> toto.o : toto.c C:/Program Files/toto.h Thank you Fabien