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 valid install target to Jamfile
[k8jam.git]
/
0build.sh
blob
09760ccb2cccb278efaacdd294eefcbdf8f92db8
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
WINE
=
""
11
XOS
=
"unix"
12
EXESFX
=
""
13
14
. .
/
0
build_common.sh