Changeset 1853
- Timestamp:
- 02/19/06 19:24:40 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/xml-class-rework/thirdparty/cl-gd/Makefile
r1778 r1853 3 3 cl-gd-glue.so: 4 4 gcc -I/usr/local/include -fPIC -c cl-gd-glue.c 5 ld -shared -lgd -lz -lpng -ljpeg -lfreetype -l iconv -lm -lc cl-gd-glue.o -o cl-gd-glue.so -L/usr/local/lib5 ld -shared -lgd -lz -lpng -ljpeg -lfreetype -lm -lc cl-gd-glue.o -o cl-gd-glue.so -L/usr/local/lib 6 6 rm cl-gd-glue.o 7 7
