This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Makefile variable with space


Hi,

How can be used variable in makefile that contains spaces?

I need something like this:
MYDIR = C:\Program Files\Mydir

But when I refer to MYDIR for example as include dirs like -IMYDIR I've got
error messages.
Make don't understand (I think)that is one string "C:\Program Files\Mydir".
I tried "C:\Program Files\Mydir",
'C:\Program Files\Mydir', C:\Progra~1\Mydir but didn't help.

Thanks for any help
 Attila



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]