File tree 8 files changed +32
-0
lines changed
8 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
12
12
echo Compiling our internal SDL 1.x
13
13
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
14
14
15
+ # prefer to compile against our own copy of SDLnet 1.x
16
+ echo Compiling our internal SDLnet 1.x
17
+ (cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
18
+
15
19
# now compile ourself
16
20
echo Compiling DOSBox-X
17
21
chmod +x configure
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ export CXXFLAGS="$CXXFLAGS -g3 -O0 -fno-inline -fno-omit-frame-pointer"
17
17
echo Compiling our internal SDL 1.x
18
18
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
19
19
20
+ # prefer to compile against our own copy of SDLnet 1.x
21
+ echo Compiling our internal SDLnet 1.x
22
+ (cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
23
+
20
24
# now compile ourself
21
25
echo Compiling DOSBox-X
22
26
# NTS: --disable-dynamic-core is needed. the dynamic core doesn't work properly with the CFLAGS given above
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
12
12
echo Compiling our internal SDL 1.x
13
13
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
14
14
15
+ # prefer to compile against our own copy of SDLnet 1.x
16
+ echo Compiling our internal SDLnet 1.x
17
+ (cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
18
+
15
19
# now compile ourself
16
20
echo Compiling DOSBox-X
17
21
chmod +x configure
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
12
12
echo Compiling our internal SDL 1.x
13
13
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
14
14
15
+ # prefer to compile against our own copy of SDLnet 1.x
16
+ echo Compiling our internal SDLnet 1.x
17
+ (cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
18
+
15
19
# now compile ourself
16
20
echo Compiling DOSBox-X
17
21
chmod +x configure
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
16
16
echo Compiling our internal SDL 1.x
17
17
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
18
18
19
+ # prefer to compile against our own copy of SDLnet 1.x
20
+ echo Compiling our internal SDLnet 1.x
21
+ (cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
22
+
19
23
# perfer to compile against our own zlib
20
24
echo Compiling our internal zlib
21
25
(cd vs2015/zlib && ./build-dosbox.sh) || exit 1
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
16
16
echo Compiling our internal SDL 1.x
17
17
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
18
18
19
+ # prefer to compile against our own copy of SDLnet 1.x
20
+ echo Compiling our internal SDLnet 1.x
21
+ (cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
22
+
19
23
# NTS: MinGW provides zlib for us
20
24
if false ; then
21
25
# perfer to compile against our own zlib
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
16
16
echo Compiling our internal SDL 1.x
17
17
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
18
18
19
+ # prefer to compile against our own copy of SDLnet 1.x
20
+ echo Compiling our internal SDLnet 1.x
21
+ (cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
22
+
19
23
# NTS: MinGW provides zlib for us
20
24
if false ; then
21
25
# perfer to compile against our own zlib
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
16
16
echo Compiling our internal SDL 1.x
17
17
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
18
18
19
+ # prefer to compile against our own copy of SDLnet 1.x
20
+ echo Compiling our internal SDLnet 1.x
21
+ (cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
22
+
19
23
# NTS: MinGW provides zlib for us
20
24
if false ; then
21
25
# perfer to compile against our own zlib
You can’t perform that action at this time.
0 commit comments