comparison auto/make @ 7450:2d9ab7717e23

Configure: added explicit ngx_binext to the linker output argument. Unlike with GCC or MSVC, Clang linker doesn't auto-append ".exe" to the name of the output binary when building on win32.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 30 Jan 2019 19:28:27 +0300
parents 2c7a2d75938a
children f0110b3663b7 38c0898b6df7
comparison
equal deleted inserted replaced
7449:3c51385e5da1 7450:2d9ab7717e23
227 build: binary modules manpage 227 build: binary modules manpage
228 228
229 binary: $NGX_OBJS${ngx_dirsep}nginx$ngx_binext 229 binary: $NGX_OBJS${ngx_dirsep}nginx$ngx_binext
230 230
231 $NGX_OBJS${ngx_dirsep}nginx$ngx_binext: $ngx_deps$ngx_spacer 231 $NGX_OBJS${ngx_dirsep}nginx$ngx_binext: $ngx_deps$ngx_spacer
232 \$(LINK) $ngx_long_start$ngx_binout$NGX_OBJS${ngx_dirsep}nginx$ngx_long_cont$ngx_objs$ngx_libs$ngx_link$ngx_main_link 232 \$(LINK) $ngx_long_start$ngx_binout$NGX_OBJS${ngx_dirsep}nginx$ngx_binext$ngx_long_cont$ngx_objs$ngx_libs$ngx_link$ngx_main_link
233 $ngx_rcc 233 $ngx_rcc
234 $ngx_long_end 234 $ngx_long_end
235 235
236 modules: 236 modules:
237 END 237 END