Re: gnu makefile
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> From: <[email protected]> > Date: Mon, 29 Mar 2010 13:48:30 +0100 > Accept-Language: en-US, en-GB > acceptlanguage: en-US, en-GB > > Is it possible to have spaces in the path when using it for including additional directories in gnu makefile ???? Or what should I do to handle spaces if I can not avoid them? Use their 8+3 short aliases, like C:/PROGRA~1 instead of "C:/Program Files". You can see the short aliases by using the "dir /x" command.