SICServer depends now also on the libraries libhardsup.a etc. M.Z.08.2001
This commit is contained in:
3
Makefile
3
Makefile
@ -97,7 +97,8 @@ all: $(BINTARGET)/SICServer
|
||||
|
||||
$(BINTARGET)/SICServer: $(SOBJ) $(MOTOROBJ) \
|
||||
$(COUNTEROBJ) $(DMCOBJ) $(VELOOBJ) $(DIFIL) \
|
||||
$(EXTRA)
|
||||
$(EXTRA) tecs/libtecsl.a hardsup/libhlib.a \
|
||||
matrix/libmatrix.a
|
||||
$(CC) -g -o SICServer \
|
||||
$(SOBJ) $(MOTOROBJ) $(COUNTEROBJ) $(DMCOBJ) \
|
||||
$(VELOOBJ) $(DIFOBJ) $(EXTRA) $(LIBS)
|
||||
|
Reference in New Issue
Block a user