[nginx] Configure: use .exe for binaries for all win32 compilers.

Orgad Shaneh orgads at gmail.com
Tue Jun 13 14:52:24 UTC 2017


On Tue, Jun 13, 2017 at 5:51 PM, Maxim Dounin <mdounin at mdounin.ru> wrote:
> details:   http://hg.nginx.org/nginx/rev/b7b7f3a0cc28
> branches:
> changeset: 7031:b7b7f3a0cc28
> user:      Orgad Shaneh <orgads at gmail.com>
> date:      Tue Jun 06 19:37:34 2017 +0300
> description:
> Configure: use .exe for binaries for all win32 compilers.
>
> diffstat:
>
>  auto/cc/bcc   |  1 -
>  auto/cc/msvc  |  1 -
>  auto/cc/owc   |  1 -
>  auto/os/win32 |  1 +
>  4 files changed, 1 insertions(+), 3 deletions(-)
>
> diffs (44 lines):
>
> diff --git a/auto/cc/bcc b/auto/cc/bcc
> --- a/auto/cc/bcc
> +++ b/auto/cc/bcc
> @@ -62,7 +62,6 @@ ngx_include_opt="-I"
>  ngx_objout="-o"
>  ngx_binout="-e"
>  ngx_objext="obj"
> -ngx_binext=".exe"
>
>  ngx_long_start='@&&|
>         '
> diff --git a/auto/cc/msvc b/auto/cc/msvc
> --- a/auto/cc/msvc
> +++ b/auto/cc/msvc
> @@ -142,7 +142,6 @@ ngx_pic_opt=
>  ngx_objout="-Fo"
>  ngx_binout="-Fe"
>  ngx_objext="obj"
> -ngx_binext=".exe"
>
>  ngx_long_start='@<<
>         '
> diff --git a/auto/cc/owc b/auto/cc/owc
> --- a/auto/cc/owc
> +++ b/auto/cc/owc
> @@ -84,7 +84,6 @@ ngx_include_opt="-i="
>  ngx_objout="-fo"
>  ngx_binout="-fe="
>  ngx_objext="obj"
> -ngx_binext=".exe"
>
>  ngx_regex_dirsep='\\'
>  ngx_dirsep="\\"
> diff --git a/auto/os/win32 b/auto/os/win32
> --- a/auto/os/win32
> +++ b/auto/os/win32
> @@ -13,6 +13,7 @@ NGX_ICONS="$NGX_WIN32_ICONS"
>  SELECT_SRCS=$WIN32_SELECT_SRCS
>
>  ngx_pic_opt=
> +ngx_binext=".exe"
>
>  case "$NGX_CC_NAME" in
>
> _______________________________________________
> nginx-devel mailing list
> nginx-devel at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-devel

Thanks. I didn't get to it.

- Orgad


More information about the nginx-devel mailing list