Last change
on this file since 385 was
385,
checked in by djay, 12 years ago
|
Add QREncode service. Fix memory leaks. Avoid printing anything from the conf_read function to be able to detect and return valid headers.
|
File size:
371 bytes
|
Rev | Line | |
---|
[385] | 1 | ZRPATH=../.. |
---|
| 2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
| 3 | CFLAGS=${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
---|
| 4 | CC=gcc |
---|
| 5 | |
---|
| 6 | cgi-env/qrencode.zo: qrenc-service.c |
---|
| 7 | g++ -DZOO_SERVICE_PROVIDER ${CFLAGS} -shared -fpic -o cgi-env/qrencode.zo ./qrenc-service.c -lqrencode ${GDAL_LIBS} ${MACOS_LD_FLAGS} |
---|
| 8 | |
---|
| 9 | clean: |
---|
| 10 | rm -f cgi-env/*.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.