Last change
on this file since 870 was
471,
checked in by djay, 11 years ago
|
Remove leaks from DescribeProcess? and JavaScript? support. Fix wrong ulinet update on previous commit. Use the new updateStatus/setOutputValue functions as described in #88 from longProcess. Add default value for QREncode service in ZCFG. Fix name of profile service in the ZCFG file.
|
File size:
377 bytes
|
Line | |
---|
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} -lpng ${MACOS_LD_FLAGS} |
---|
8 | |
---|
9 | clean: |
---|
10 | rm -f cgi-env/*.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.