Executables have .exe extension on OS/2
This commit is contained in:
parent
aeeabefbe5
commit
fb22b94007
3
Build.sh
3
Build.sh
@ -314,6 +314,7 @@ ac_testnnd() {
|
||||
vv ']' "$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN conftest.c $LIBS $ccpr"
|
||||
test $tcfn = no && test -f a.out && tcfn=a.out
|
||||
test $tcfn = no && test -f a.exe && tcfn=a.exe
|
||||
test $tcfn = no && test -f conftest.exe && tcfn=conftest.exe
|
||||
test $tcfn = no && test -f conftest && tcfn=conftest
|
||||
if test -f $tcfn; then
|
||||
test 1 = $fr || fv=1
|
||||
@ -2340,7 +2341,7 @@ files=
|
||||
objs=
|
||||
sp=
|
||||
case $tcfn in
|
||||
a.exe) mkshexe=$tfn.exe ;;
|
||||
a.exe | conftest.exe) mkshexe=$tfn.exe ;;
|
||||
*) mkshexe=$tfn ;;
|
||||
esac
|
||||
case $curdir in
|
||||
|
Loading…
Reference in New Issue
Block a user