Hi Ralf,

Den 2010-09-06 20:01 skrev Ralf Wildenhues:
> * Peter Rosin wrote on Mon, Sep 06, 2010 at 11:14:19AM CEST:
>> Easily? Is this something like this what you had in mind? (untested)
> 
> Yes, something like that is what I had in mind, nice!  I haven't tested
> it yet either, though.

I think I want to do

+    func_to_tool_file "$output_objdir/"
+    tool_output_objdir=$func_to_tool_file_result

and

+         $CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs 
"@$tool_output_objdir$soname.exp" -Wl,-DLL~

instead of

+    func_to_tool_file "$output_objdir"
+    tool_output_objdir=$func_to_tool_file_result

and

+         $CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs 
"@$tool_output_objdir/$soname.exp" -Wl,-DLL~

in order to get consistent path separators. Is that ok too?

And, ok to push (with the other nits) if it works? (testsuite now running)

Cheers,
Peter

Reply via email to