Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
graphicsframework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oliver Behnke
graphicsframework
Commits
4fd60af4
Commit
4fd60af4
authored
16 years ago
by
Oliver Bock
Browse files
Options
Downloads
Patches
Plain Diff
Minor refactoring
parent
b5cec5e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+7
-2
7 additions, 2 deletions
build.sh
with
7 additions
and
2 deletions
build.sh
+
7
−
2
View file @
4fd60af4
...
@@ -292,16 +292,20 @@ build_mingw()
...
@@ -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
PREFIX
=
$ROOT
/install
TARGET_HOST
=
i586-pc-mingw32
TARGET_HOST
=
i586-pc-mingw32
BUILD_HOST
=
i386-linux
BUILD_HOST
=
i386-linux
PATH_MINGW
=
"
$PREFIX
/bin:
$PREFIX
/
$TARGET_HOST
/bin:
$PATH
"
PATH_MINGW
=
"
$PREFIX
/bin:
$PREFIX
/
$TARGET_HOST
/bin:
$PATH
"
PATH
=
"
$PATH_MINGW
"
PATH
=
"
$PATH_MINGW
"
export
PATH
export
PATH
}
build_generic_win32
()
{
echo
"Building SDL (this may take a while)..."
|
tee
-a
$LOGFILE
echo
"Building SDL (this may take a while)..."
|
tee
-a
$LOGFILE
cd
$ROOT
/3rdparty/sdl
||
failure
cd
$ROOT
/3rdparty/sdl
||
failure
chmod
+x autogen.sh
>>
$LOGFILE
2>&1
||
failure
chmod
+x autogen.sh
>>
$LOGFILE
2>&1
||
failure
...
@@ -493,6 +497,7 @@ build_win32()
...
@@ -493,6 +497,7 @@ build_win32()
{
{
prepare_win32
||
failure
prepare_win32
||
failure
build_mingw
||
failure
build_mingw
||
failure
prepare_win32_environment
||
failure
build_generic_win32
||
failure
build_generic_win32
||
failure
build_starsphere
$TARGET_WIN32
||
failure
build_starsphere
$TARGET_WIN32
||
failure
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment