repo.or.cz
/
libs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Developers.sh now is 'gitified'
[libs.git]
/
deps
/
gc-cmake
/
build-gc.sh
blob
099c31dd6643cc9ef11f4586d3573ad7d51176d1
1
#!/bin/sh
2
#
3
# File: build-gc.sh
4
# Author: Frank "SeySayux" Erens <seysayux@gmail.com>
5
#
6
# Created on 18 juli 2009, 19:27
7
#
8
9
pushd
..
/
gc
10
.
/
configure
--enable-c
++
11
make
12
cp
.libs
/
libgc.a .
13
popd