repo.or.cz
/
k8jam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added 'OTP=size' and 'OPT=speed' options
[k8jam.git]
/
0build.sh
blob
31a5a607daf92a16386e72749b6a36e8addb3f26
1
#!/bin/sh
2
3
CC
=
"gcc -pipe"
4
LINK
=
"gcc -pipe"
5
LINKFLAGS
=
"-s"
6
AR
=
"ar ru"
7
RANLIB
=
"ranlib"
8
CFLAGS
=
"-O2 -Wall"
9
DESTPATH
=
"bin.unix"
10
BUILDPATH
=
"_build"
11
WINE
=
""
12
XOS
=
"unix"
13
EXESFX
=
""
14
15
. .
/
0
build_common.sh