> Date: Wed, 9 Jan 2008 12:34:32 -0800 (PST)
> From: haues1 <[EMAIL PROTECTED]>
> Cc: 
> 
> I tried the escape character "\\" like:
> 
>        MEXOPTION := abc\\#def
> 
> but it doesn't work. Can somebody please help me?

Why did you double the backslash?  It works for me with one backslash:

  MEXOPTION := abc\#def


_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to