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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oliver Behnke
graphicsframework
Commits
a48d08b7
Commit
a48d08b7
authored
16 years ago
by
Oliver Bock
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes
parent
b1b94b62
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.sh
+2
-2
2 additions, 2 deletions
build.sh
src/starsphere/Makefile.macos
+1
-1
1 addition, 1 deletion
src/starsphere/Makefile.macos
src/starsphere/Makefile.mingw
+1
-1
1 addition, 1 deletion
src/starsphere/Makefile.mingw
with
4 additions
and
4 deletions
build.sh
+
2
−
2
View file @
a48d08b7
...
...
@@ -452,7 +452,7 @@ build_starsphere()
else
cp
-f
$ROOT
/src/starsphere/Makefile
.
>>
$LOGFILE
2>&1
||
failure
fi
make
$
1
>>
$LOGFILE
2>&1
||
failure
make
$
2
>>
$LOGFILE
2>&1
||
failure
make
install
>>
$LOGFILE
2>&1
||
failure
echo
"Successfully built and installed Starsphere [Application]!"
|
tee
-a
$LOGFILE
...
...
@@ -590,7 +590,7 @@ case "$1" in
"--starsphere"
)
# "hidden" bonus option :-)
TARGET
=
$TARGET_LINUX
build_starsphere
"debug"
||
failure
build_starsphere
""
"debug"
||
failure
exit
0
;;
*
)
...
...
This diff is collapsed.
Click to expand it.
src/starsphere/Makefile.macos
+
1
−
1
View file @
a48d08b7
...
...
@@ -109,4 +109,4 @@ install:
cp
starsphere_
*
$(
STARSPHERE_INSTALL
)
/bin
clean
:
rm
-f
$(
RESOURCESPEC
)
.cpp
$(
OBJS
)
starsphere
rm
-f
$(
RESOURCESPEC
)
.cpp
$(
OBJS
)
starsphere
_
*
This diff is collapsed.
Click to expand it.
src/starsphere/Makefile.mingw
+
1
−
1
View file @
a48d08b7
...
...
@@ -109,4 +109,4 @@ install:
cp
starsphere_
*
$(
STARSPHERE_INSTALL
)
/bin
clean
:
rm
-f
$(
RESOURCESPEC
)
.cpp
$(
OBJS
)
starsphere
rm
-f
$(
RESOURCESPEC
)
.cpp
$(
OBJS
)
starsphere
_
*
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