CHANGES: Update

- Uclnt: - Added YMsgDispatcher::getAddress()
           - Add getCount()
           - Add instance count to thread names
           - Make some getXX() functions const
  - Slog: - Now not logging date, process id, id to console anylonger by default
          - Introduced mutex to be able to use static buffer
This commit is contained in:
Jan Lindemann 2005-03-21 11:49:56 +00:00 committed by Jan Lindemann
commit 0855a4efd6
2 changed files with 7 additions and 3 deletions

View file

@ -187,7 +187,7 @@ LDFLAGS += -L/usr/X11/lib -lXext -lX11
endif
ifeq ($(GCC_MAJOR),2)
LPPFLAGS += -lstdc++
LPPFLAGS += -lstdc++ -lm
DEPEND_CPPFLAGS += -I/usr/include/g++ -I/usr/local/include
else
LPPFLAGS += -L/usr/local/gcc3.3/lib -lstdc++ -lgcc_s