make-w32
[Top][All Lists]
Advanced

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

Re: PATH vs. Path ([Fwd: Returned mail: see transcript for details]


From: J. Grant
Subject: Re: PATH vs. Path ([Fwd: Returned mail: see transcript for details]
Date: Wed, 09 Mar 2005 16:24:50 +0000
User-agent: Mozilla/5.0 (X11; U; GNU/Linux i686; en; rv:1.5.0; hi) Gecko/20030604

<snip>
It seems that writing make files for Windows is getting more an more
complecated, with many exceptions. Also, make files written for 3.80
and earlier most likely will not work with 3.81. Writing make files
should not be riddled with so many rules like, if you want to use a
directory separator, then you must place the entire filename in
quotes.

(Just in case you thought file names which include quotes will work in the w32 port)
File names like:

all: "c:\build\output.exe"

which include quotes will not work on the w32 port at present.

File names will not be broken if they are untouched arguments to programs, for instance:

all:
        myprog -r "c:\build\report.conf"

(You may have already known this)

Kind regards
JG




reply via email to

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