make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make target / dependency names with spaces


From: Chris Sutcliffe
Subject: Re: make target / dependency names with spaces
Date: Sat, 11 Apr 2009 00:48:41 -0400

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]