Hi,

in GnuMake I am trying to load a variable with a string that contains a
#-character, like:

        MEXOPTION := abc#def

The # is interpreted as start of a comment, and the variable only holds
"abs".
I tried the escape character "\\" like:

       MEXOPTION := abc\\#def

but it doesn't work. Can somebody please help me?

Cheers
Haues
-- 
View this message in context: 
http://www.nabble.com/hash-%28comment%29-sign-inside-string-tp14720956p14720956.html
Sent from the Gnu - Make - W32 mailing list archive at Nabble.com.



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

Reply via email to