* Developers.sh now is 'gitified'
[libs.git] / deps / gc-cmake / build-gc.sh
blob099c31dd6643cc9ef11f4586d3573ad7d51176d1
1 #!/bin/sh
2 #
3 # File: build-gc.sh
4 # Author: Frank "SeySayux" Erens <seysayux@gmail.com>
6 # Created on 18 juli 2009, 19:27
9 pushd ../gc
10 ./configure --enable-c++
11 make
12 cp .libs/libgc.a .
13 popd