Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / mapping / python / script.sh @ 902

History | View | Annotate | Download (136 Bytes)

1
cd src/
2

    
3
gcc -c *.c -I/usr/include/python2.5/ -I../../colony-wireless/code/lib/include/libwireless/ *.c
4

    
5
gcc -shared  *.o -o wireless.so