This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [Patch][windres] Handle embedded spaces in input filenames



> -----Original Message-----
> From: Christopher Faylor 
>
>>The problem is that these option args are passed to prepocessor
without
>>the enclosing quotes. Fixed like so:

> I can't check right now but is this because windres is using system to
> call the preprocessor rather than calling fork/exec?  If so, wouldn't
it
> be better to just use execvp?

The preprocessor cmd string -- which is built by concat of the various
windres args -- is run using pexecute. This, in turn, uses
CreateProcess.

Danny

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]