modified the treatment of op=, ++ and -- operators
This commit is contained in:
@@ -17,7 +17,8 @@ EMELIB = $(EM)/modules/lib/libeme.a
|
||||
STRLIB = $(EM)/modules/lib/libstr.a
|
||||
PRTLIB = $(EM)/modules/lib/libprint.a
|
||||
EMMESLIB = $(EM)/modules/lib/libem_mes.a
|
||||
CH3LIB = $(EM)/modules/lib/libch3.a
|
||||
#CH3LIB = $(EM)/modules/lib/libch3.a
|
||||
CH3LIB =
|
||||
LIBS = $(CH3LIB) $(EMMESLIB) $(EMKLIB) $(PRTLIB) $(STRLIB) $(SYSLIB)
|
||||
ELIBS = $(CH3LIB) $(EMMESLIB) $(EMELIB) $(PRTLIB) $(STRLIB) $(SYSLIB)
|
||||
LIB_INCLUDES = $(EM)/modules/h
|
||||
|
||||
Reference in New Issue
Block a user