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
4fd60af4
Commit
4fd60af4
authored
Apr 17, 2009
by
Oliver Bock
Browse files
Minor refactoring
parent
b5cec5e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
4fd60af4
...
...
@@ -292,16 +292,20 @@ build_mingw()
}
build_generic_win32
()
prepare_win32_environment
()
{
# general config
echo
"Preparing MinGW cross-compile environment..."
|
tee
-a
$LOGFILE
PREFIX
=
$ROOT
/install
TARGET_HOST
=
i586-pc-mingw32
BUILD_HOST
=
i386-linux
PATH_MINGW
=
"
$PREFIX
/bin:
$PREFIX
/
$TARGET_HOST
/bin:
$PATH
"
PATH
=
"
$PATH_MINGW
"
export
PATH
}
build_generic_win32
()
{
echo
"Building SDL (this may take a while)..."
|
tee
-a
$LOGFILE
cd
$ROOT
/3rdparty/sdl
||
failure
chmod
+x autogen.sh
>>
$LOGFILE
2>&1
||
failure
...
...
@@ -493,6 +497,7 @@ build_win32()
{
prepare_win32
||
failure
build_mingw
||
failure
prepare_win32_environment
||
failure
build_generic_win32
||
failure
build_starsphere
$TARGET_WIN32
||
failure
...
...
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