(usercflags, userldflags): Quote %1.
This commit is contained in:
parent
d5d1f5fdd8
commit
6d005ee796
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-10-20 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* configure.bat (usercflags, userldflags): Quote %1.
|
||||
|
||||
2007-10-18 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* makefile.w32-in (install): Install COPYING in top-level and bin dirs.
|
||||
|
|
|
@ -158,14 +158,15 @@ goto again
|
|||
rem ----------------------------------------------------------------------
|
||||
:usercflags
|
||||
shift
|
||||
set usercflags=%usercflags%%sep1%%1
|
||||
rem We quote arg here to leave quotes in the likes of "-DFOO=bar"
|
||||
set usercflags=%usercflags%%sep1%"%1"
|
||||
set sep1= %nothing%
|
||||
shift
|
||||
goto again
|
||||
rem ----------------------------------------------------------------------
|
||||
:userldflags
|
||||
shift
|
||||
set userldflags=%userldflags%%sep2%%1
|
||||
set userldflags=%userldflags%%sep2%"%1"
|
||||
set sep2= %nothing%
|
||||
shift
|
||||
goto again
|
||||
|
|
Loading…
Add table
Reference in a new issue