зеркало из https://github.com/microsoft/vcpkg.git
[windres-rc] support --define, --include-dir (#26454)
* [windres-rc] support --define, --include-dir * [windres-rc] treat --include-dir with func_file_conv()
This commit is contained in:
Родитель
5bb60c0580
Коммит
e5eb2da7fb
|
@ -68,6 +68,17 @@ func_windres_wrapper ()
|
|||
eat=
|
||||
else
|
||||
case $1 in
|
||||
--define*)
|
||||
eat=1
|
||||
set x "$@" "-d $2"
|
||||
shift
|
||||
;;
|
||||
--include-dir*)
|
||||
eat=1
|
||||
func_file_conv "$2"
|
||||
set x "$@" "-I $file"
|
||||
shift
|
||||
;;
|
||||
-o)
|
||||
eat=1
|
||||
func_file_conv "$2"
|
||||
|
|
Загрузка…
Ссылка в новой задаче