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"
|
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.out && tcfn=a.out
|
||||||
test $tcfn = no && test -f a.exe && tcfn=a.exe
|
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
|
test $tcfn = no && test -f conftest && tcfn=conftest
|
||||||
if test -f $tcfn; then
|
if test -f $tcfn; then
|
||||||
test 1 = $fr || fv=1
|
test 1 = $fr || fv=1
|
||||||
@ -2340,7 +2341,7 @@ files=
|
|||||||
objs=
|
objs=
|
||||||
sp=
|
sp=
|
||||||
case $tcfn in
|
case $tcfn in
|
||||||
a.exe) mkshexe=$tfn.exe ;;
|
a.exe | conftest.exe) mkshexe=$tfn.exe ;;
|
||||||
*) mkshexe=$tfn ;;
|
*) mkshexe=$tfn ;;
|
||||||
esac
|
esac
|
||||||
case $curdir in
|
case $curdir in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user