> Since file and directory names with spaces are supported by Windows, how do
> you incorporate such a file name as either a target or dependency?
>
> I've tried single and double quoutes, but they don't seem to work.

Try 'escaping' them, for example:

some program name.exe

would be:

some\ program\ name.exe

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org


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

Reply via email to