- use static json library

This commit is contained in:
zolliker
2007-02-23 15:46:56 +00:00
parent c43e1068ee
commit 4d5a97ca91
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,8 @@ SUBLIBS = psi/libpsi.a psi/hardsup/libhlib.a matrix/libmatrix.a \
LIBS = -L$(HDFROOT)/lib $(SUBLIBS) $(NILIB)\ LIBS = -L$(HDFROOT)/lib $(SUBLIBS) $(NILIB)\
-ltcl8.3 $(HDFROOT)/lib/libhdf5.a \ -ltcl8.3 $(HDFROOT)/lib/libhdf5.a \
$(HDFROOT)/lib/libmfhdf.a $(HDFROOT)/lib/libdf.a \ $(HDFROOT)/lib/libmfhdf.a $(HDFROOT)/lib/libdf.a \
$(HDFROOT)/lib/libjpeg.a -lsz -ljson -ldl -lz -lmxml -lghttp -lm -lc $(HDFROOT)/lib/libjpeg.a -lsz $(HDFROOT)/lib/libjson.a \
-ldl -lz -lmxml -lghttp -lm -lc
include make_gen include make_gen

1
sics.h
View File

@ -16,6 +16,7 @@
}CounterMode; }CounterMode;
/* the following line suppresses const declarations in tcl.h. /* the following line suppresses const declarations in tcl.h.
WARNING: including sics.h must always be done before tcl.h
-> makes the compiler happy M.Z. */ -> makes the compiler happy M.Z. */
#define NO_CONST #define NO_CONST