Configure: use .exe for binaries for all win32 compilers.
This commit is contained in:
parent
21dc601a19
commit
e6d91784f4
4 changed files with 1 additions and 3 deletions
|
@ -62,7 +62,6 @@ ngx_include_opt="-I"
|
|||
ngx_objout="-o"
|
||||
ngx_binout="-e"
|
||||
ngx_objext="obj"
|
||||
ngx_binext=".exe"
|
||||
|
||||
ngx_long_start='@&&|
|
||||
'
|
||||
|
|
|
@ -142,7 +142,6 @@ ngx_pic_opt=
|
|||
ngx_objout="-Fo"
|
||||
ngx_binout="-Fe"
|
||||
ngx_objext="obj"
|
||||
ngx_binext=".exe"
|
||||
|
||||
ngx_long_start='@<<
|
||||
'
|
||||
|
|
|
@ -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="\\"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue