comparison auto/os/win32 @ 7031:b7b7f3a0cc28

Configure: use .exe for binaries for all win32 compilers.
author Orgad Shaneh <orgads@gmail.com>
date Tue, 06 Jun 2017 19:37:34 +0300
parents a6d116645c51
children f3ff79ae31d9
comparison
equal deleted inserted replaced
7030:4a343228c55e 7031:b7b7f3a0cc28
11 OS_CONFIG="$WIN32_CONFIG" 11 OS_CONFIG="$WIN32_CONFIG"
12 NGX_ICONS="$NGX_WIN32_ICONS" 12 NGX_ICONS="$NGX_WIN32_ICONS"
13 SELECT_SRCS=$WIN32_SELECT_SRCS 13 SELECT_SRCS=$WIN32_SELECT_SRCS
14 14
15 ngx_pic_opt= 15 ngx_pic_opt=
16 ngx_binext=".exe"
16 17
17 case "$NGX_CC_NAME" in 18 case "$NGX_CC_NAME" in
18 19
19 gcc) 20 gcc)
20 CORE_LIBS="$CORE_LIBS -ladvapi32 -lws2_32" 21 CORE_LIBS="$CORE_LIBS -ladvapi32 -lws2_32"