mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
No more stupid autoconf version churn, run autogen.sh from the build scripts
This commit is contained in:
8
build
8
build
@@ -1,5 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
|
# and just autoregen.
|
||||||
|
./autogen.sh || exit 1
|
||||||
|
|
||||||
|
# fix
|
||||||
|
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
||||||
|
|
||||||
# prefer to compile against our own copy of SDL 1.x
|
# prefer to compile against our own copy of SDL 1.x
|
||||||
echo Compiling our internal SDL 1.x
|
echo Compiling our internal SDL 1.x
|
||||||
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
|
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
|
||||||
|
@@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
|
# and just autoregen.
|
||||||
|
./autogen.sh || exit 1
|
||||||
|
|
||||||
# fix
|
# fix
|
||||||
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
||||||
|
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
|
# and just autoregen.
|
||||||
|
./autogen.sh || exit 1
|
||||||
|
|
||||||
|
# fix
|
||||||
|
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
||||||
|
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
|
|
||||||
export CFLAGS="$CFLAGS -g3 -O0 -fno-inline -fno-omit-frame-pointer"
|
export CFLAGS="$CFLAGS -g3 -O0 -fno-inline -fno-omit-frame-pointer"
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
|
# and just autoregen.
|
||||||
|
./autogen.sh || exit 1
|
||||||
|
|
||||||
|
# fix
|
||||||
|
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
||||||
|
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
|
|
||||||
export CFLAGS="$CFLAGS -g3 -O0 -fno-inline -fno-omit-frame-pointer"
|
export CFLAGS="$CFLAGS -g3 -O0 -fno-inline -fno-omit-frame-pointer"
|
||||||
|
@@ -1,5 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
|
# and just autoregen.
|
||||||
|
./autogen.sh || exit 1
|
||||||
|
|
||||||
|
# fix
|
||||||
|
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
||||||
|
|
||||||
# prefer to compile against our own copy of SDL 1.x
|
# prefer to compile against our own copy of SDL 1.x
|
||||||
echo Compiling our internal SDL 1.x
|
echo Compiling our internal SDL 1.x
|
||||||
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
|
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
|
||||||
|
@@ -1,5 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
|
# and just autoregen.
|
||||||
|
./autogen.sh || exit 1
|
||||||
|
|
||||||
|
# fix
|
||||||
|
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
||||||
|
|
||||||
# prefer to compile against our own copy of SDL 1.x
|
# prefer to compile against our own copy of SDL 1.x
|
||||||
echo Compiling our internal SDL 1.x
|
echo Compiling our internal SDL 1.x
|
||||||
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
|
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
|
# and just autoregen.
|
||||||
|
./autogen.sh || exit 1
|
||||||
|
|
||||||
|
# fix
|
||||||
|
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
||||||
|
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
./configure --enable-core-inline --enable-debug=heavy --enable-avcodec --prefix=/usr --enable-sdl2 || exit 1
|
./configure --enable-core-inline --enable-debug=heavy --enable-avcodec --prefix=/usr --enable-sdl2 || exit 1
|
||||||
make -j3 || exit 1
|
make -j3 || exit 1
|
||||||
|
@@ -1,5 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
|
# and just autoregen.
|
||||||
|
./autogen.sh || exit 1
|
||||||
|
|
||||||
|
# fix
|
||||||
|
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
||||||
|
|
||||||
# prefer to compile against our own copy of SDL 1.x
|
# prefer to compile against our own copy of SDL 1.x
|
||||||
echo Compiling our internal SDL 1.x
|
echo Compiling our internal SDL 1.x
|
||||||
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
|
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
|
||||||
|
@@ -1,5 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# I'm sick and tired of all the churn the three versions of autoconf
|
||||||
|
# are causing in this repo. Stop committing the configure scripts
|
||||||
|
# and just autoregen.
|
||||||
|
./autogen.sh || exit 1
|
||||||
|
|
||||||
|
# fix
|
||||||
|
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
||||||
|
|
||||||
# prefer to compile against our own copy of SDL 1.x
|
# prefer to compile against our own copy of SDL 1.x
|
||||||
echo Compiling our internal SDL 1.x
|
echo Compiling our internal SDL 1.x
|
||||||
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
|
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
|
||||||
|
Reference in New Issue
Block a user