From a5eef6673c1d4e0f074122ce738d024c7a62cdfa Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sun, 10 Feb 2019 14:22:54 -0800 Subject: [PATCH] MinGW cannot compile SDL_net --- build-mingw | 5 +++-- build-mingw-lowend | 5 +++-- build-mingw-sdldraw | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/build-mingw b/build-mingw index 93c968546..e0794979e 100644 --- a/build-mingw +++ b/build-mingw @@ -16,9 +16,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh echo Compiling our internal SDL 1.x (cd vs2015/sdl && ./build-dosbox.sh) || exit 1 +# MinGW cannot compile SDL_net, configure goes off trying to autogen # prefer to compile against our own copy of SDLnet 1.x -echo Compiling our internal SDLnet 1.x -(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1 +#echo Compiling our internal SDLnet 1.x +#(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1 # NTS: MinGW provides zlib for us if false; then diff --git a/build-mingw-lowend b/build-mingw-lowend index 322dc6160..d464f7c58 100644 --- a/build-mingw-lowend +++ b/build-mingw-lowend @@ -16,9 +16,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh echo Compiling our internal SDL 1.x (cd vs2015/sdl && ./build-dosbox.sh) || exit 1 +# MinGW cannot compile SDL_net, configure goes off trying to autogen # prefer to compile against our own copy of SDLnet 1.x -echo Compiling our internal SDLnet 1.x -(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1 +#echo Compiling our internal SDLnet 1.x +#(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1 # NTS: MinGW provides zlib for us if false; then diff --git a/build-mingw-sdldraw b/build-mingw-sdldraw index 3ed3be178..74eb982c0 100644 --- a/build-mingw-sdldraw +++ b/build-mingw-sdldraw @@ -16,9 +16,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh echo Compiling our internal SDL 1.x (cd vs2015/sdl && ./build-dosbox.sh) || exit 1 +# MinGW cannot compile SDL_net, configure goes off trying to autogen # prefer to compile against our own copy of SDLnet 1.x -echo Compiling our internal SDLnet 1.x -(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1 +#echo Compiling our internal SDLnet 1.x +#(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1 # NTS: MinGW provides zlib for us if false; then