mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
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:
parent
9d09f7823d
commit
0855a4efd6
2 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue