projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge rails_port as of r4613 & fix tests.
[rails.git]
/
db
/
functions
/
Makefile
1
QTDIR=../../lib/quad_tile
2
3
libquadtile.so: quadtile.c ${QTDIR}/quad_tile.h
4
cc `mysql_config --include` -I${QTDIR} -fPIC -O3 -shared -o libquadtile.so quadtile.c