utf8proc

view pgsql/Makefile @ 8:6921ee309940

Version 1.1.2

- Fixed a serious bug in the data file generator, which caused characters being treated incorrectly, when stripping default ignorable characters or calculating grapheme cluster boundaries.
author jbe
date Wed Jul 25 12:00:00 2007 +0200 (2007-07-25)
parents a0368662434c
children
line source
1 utf8proc_pgsql.so: utf8proc_pgsql.o
2 ld -shared -o utf8proc_pgsql.so utf8proc_pgsql.o
4 utf8proc_pgsql.o: utf8proc_pgsql.c
5 gcc -Wall -fpic -c -I`pg_config --includedir-server` \
6 -o utf8proc_pgsql.o utf8proc_pgsql.c
8 clean:
9 rm -f *.o *.so

Impressum / About Us