Commit f256ca2e authored by Hans Huebner's avatar Hans Huebner
Browse files

deployment changes for quickhoney

git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-gd@1890 4281704c-cde7-0310-8518-8e2dc76b1ff0
parent d7e7824f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# this should work for FreeBSD and most Linux distros

cl-gd-glue.so:
	gcc -I/usr/local/include -fPIC -c cl-gd-glue.c
	ld -shared -lgd -lz -lpng -ljpeg -lfreetype -liconv -lm -lc cl-gd-glue.o -o cl-gd-glue.so -L/usr/local/lib
	gcc -fPIC -c cl-gd-glue.c
	ld -shared -lgd -lz -lpng -ljpeg -lfreetype -lm -lc cl-gd-glue.o -o cl-gd-glue.so -L/usr/local/lib
	rm cl-gd-glue.o

# this should work for Mac OS X