Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
graphicsframework
Commits
57965e76
Commit
57965e76
authored
Sep 15, 2008
by
Oliver Bock
Committed by
Oliver Bock
Sep 15, 2008
Browse files
Enabled SDL screensaver mode (just to be sure, BOINC still doesn't work though)
parent
17a0b8b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
57965e76
...
...
@@ -209,9 +209,9 @@ build_generic()
chmod
+x configure
>>
$LOGFILE
2>&1
||
failure
cd
$ROOT
/build/sdl
||
failure
if
[
"
$1
"
==
"
$TARGET_MAC
"
]
;
then
$ROOT
/3rdparty/sdl/configure
--prefix
=
$ROOT
/install
--enable-shared
=
no
--enable-static
=
yes
--enable-video-x11
=
no
>>
$LOGFILE
2>&1
||
failure
$ROOT
/3rdparty/sdl/configure
--prefix
=
$ROOT
/install
--enable-shared
=
no
--enable-static
=
yes
--enable-screensaver
=
yes
--enable-video-x11
=
no
>>
$LOGFILE
2>&1
||
failure
else
$ROOT
/3rdparty/sdl/configure
--prefix
=
$ROOT
/install
--enable-shared
=
no
--enable-static
=
yes
>>
$LOGFILE
2>&1
||
failure
$ROOT
/3rdparty/sdl/configure
--prefix
=
$ROOT
/install
--enable-shared
=
no
--enable-static
=
yes
--enable-screensaver
=
yes
>>
$LOGFILE
2>&1
||
failure
fi
make
>>
$LOGFILE
2>&1
||
failure
make
install
>>
$LOGFILE
2>&1
||
failure
...
...
@@ -294,7 +294,7 @@ build_generic_win32()
echo
"Cross-compile SDL_CONFIG:
$SDL_CONFIG
"
>>
$LOGFILE
fi
cd
$ROOT
/build/sdl
||
failure
$ROOT
/3rdparty/sdl/configure
--host
=
$TARGET_HOST
--build
=
$BUILD_HOST
--prefix
=
$PREFIX
--enable-shared
=
no
--enable-static
=
yes
>>
$LOGFILE
2>&1
||
failure
$ROOT
/3rdparty/sdl/configure
--host
=
$TARGET_HOST
--build
=
$BUILD_HOST
--prefix
=
$PREFIX
--enable-shared
=
no
--enable-static
=
yes
--enable-screensaver
=
yes
>>
$LOGFILE
2>&1
||
failure
make
>>
$LOGFILE
2>&1
||
failure
make
install
>>
$LOGFILE
2>&1
||
failure
echo
"Successfully built and installed SDL!"
|
tee
-a
$LOGFILE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment