> Date: Mon, 24 Nov 2008 23:12:00 +0100
> From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> CC: make-w32@gnu.org
> 
> How do I dependence to a library file which is located in "C:/Program 
> Files/toto.h" ?

This has nothing to do with colons in file names: Make simply does not
support file names with spaces, on any platform, Unix or Windows,
because a space is a delimiter in Makefile syntax.

On Windows, you can use the 8+3 short alias, C:/PROGRA~1/toto.h, to
work around this limitation.


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

Reply via email to