- use static json library
This commit is contained in:
@ -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
1
sics.h
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user