mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
whoops
This commit is contained in:
5
build
5
build
@@ -9,11 +9,6 @@ if [ "$1" == "32" ]; then
|
|||||||
opt="--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu"
|
opt="--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Makes Linux use 16-bit wide chars instead of 32-bit
|
|
||||||
CFLAGS="${CFLAGS} -fshort-wchar"
|
|
||||||
CXXFLAGS="${CXXFLAGS} -fshort-wchar"
|
|
||||||
export CCFLAGS CXXFLAGS
|
|
||||||
|
|
||||||
# Jonathan C dev hack: refer to LNKDOS16 in /usr/src/doslib
|
# Jonathan C dev hack: refer to LNKDOS16 in /usr/src/doslib
|
||||||
doslib=""
|
doslib=""
|
||||||
if [ -d /usr/src/doslib ]; then doslib="/usr/src/doslib"; fi
|
if [ -d /usr/src/doslib ]; then doslib="/usr/src/doslib"; fi
|
||||||
|
@@ -9,11 +9,6 @@ if [ "$1" == "32" ]; then
|
|||||||
opt="--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu"
|
opt="--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Makes Linux use 16-bit wide chars instead of 32-bit
|
|
||||||
CFLAGS="${CFLAGS} -fshort-wchar"
|
|
||||||
CXXFLAGS="${CXXFLAGS} -fshort-wchar"
|
|
||||||
export CCFLAGS CXXFLAGS
|
|
||||||
|
|
||||||
# Jonathan C dev hack: refer to LNKDOS16 in /usr/src/doslib
|
# Jonathan C dev hack: refer to LNKDOS16 in /usr/src/doslib
|
||||||
doslib=
|
doslib=
|
||||||
if [ -d /usr/src/doslib ]; then doslib="/usr/src/doslib"; fi
|
if [ -d /usr/src/doslib ]; then doslib="/usr/src/doslib"; fi
|
||||||
|
@@ -8,11 +8,6 @@ if [ "${1}" == "32" ]; then
|
|||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Makes Linux use 16-bit wide chars instead of 32-bit
|
|
||||||
CFLAGS="${CFLAGS} -fshort-wchar"
|
|
||||||
CXXFLAGS="${CXXFLAGS} -fshort-wchar"
|
|
||||||
export CCFLAGS CXXFLAGS
|
|
||||||
|
|
||||||
# I'm sick and tired of all the churn the three versions of autoconf
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
# are causing in this repo. Stop committing the configure scripts
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
# and just autoregen.
|
# and just autoregen.
|
||||||
|
@@ -8,11 +8,6 @@ if [ "${1}" == "32" ]; then
|
|||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Makes Linux use 16-bit wide chars instead of 32-bit
|
|
||||||
CFLAGS="${CFLAGS} -fshort-wchar"
|
|
||||||
CXXFLAGS="${CXXFLAGS} -fshort-wchar"
|
|
||||||
export CCFLAGS CXXFLAGS
|
|
||||||
|
|
||||||
# I'm sick and tired of all the churn the three versions of autoconf
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
# are causing in this repo. Stop committing the configure scripts
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
# and just autoregen.
|
# and just autoregen.
|
||||||
|
@@ -9,11 +9,6 @@ if [ "$1" == "32" ]; then
|
|||||||
opt="--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu"
|
opt="--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Makes Linux use 16-bit wide chars instead of 32-bit
|
|
||||||
CFLAGS="${CFLAGS} -fshort-wchar"
|
|
||||||
CXXFLAGS="${CXXFLAGS} -fshort-wchar"
|
|
||||||
export CCFLAGS CXXFLAGS
|
|
||||||
|
|
||||||
# I'm sick and tired of all the churn the three versions of autoconf
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
# are causing in this repo. Stop committing the configure scripts
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
# and just autoregen.
|
# and just autoregen.
|
||||||
|
@@ -10,11 +10,6 @@ if [ "$1" == "32" ]; then
|
|||||||
opt="--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu"
|
opt="--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Makes Linux use 16-bit wide chars instead of 32-bit
|
|
||||||
CFLAGS="${CFLAGS} -fshort-wchar"
|
|
||||||
CXXFLAGS="${CXXFLAGS} -fshort-wchar"
|
|
||||||
export CCFLAGS CXXFLAGS
|
|
||||||
|
|
||||||
# Jonathan C dev hack: refer to LNKDOS16 in /usr/src/doslib
|
# Jonathan C dev hack: refer to LNKDOS16 in /usr/src/doslib
|
||||||
doslib=
|
doslib=
|
||||||
if [ -d /usr/src/doslib ]; then doslib="/usr/src/doslib"; fi
|
if [ -d /usr/src/doslib ]; then doslib="/usr/src/doslib"; fi
|
||||||
|
Reference in New Issue
Block a user