mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
lo.mk: Hard-coded SO_PREFIX
This commit is contained in:
parent
0eb47e9605
commit
e32da4e6fd
1 changed files with 4 additions and 3 deletions
|
|
@ -6,9 +6,10 @@ include $(MODDIR)/make/depend.mk
|
|||
TOOLS_DIR ?= $(TOPDIR)/tools
|
||||
|
||||
CPP_PREFIX ?= YLo
|
||||
SO_PREFIX ?= \
|
||||
$(shell sed '/const char \*YAbstractLoadableObject::_soPrefix/ !d; s/[^"]*"//; s/".*//' \
|
||||
$(YTOOLS_DIR)/YLoadableObject/YAbstractLoadableObject.cpp)
|
||||
SO_PREFIX = lo_
|
||||
#SO_PREFIX ?= \
|
||||
# $(shell sed '/const char \*YAbstractLoadableObject::_soPrefix/ !d; s/[^"]*"//; s/".*//' \
|
||||
# $(YTOOLS_DIR)/YLoadableObject/YAbstractLoadableObject.cpp)
|
||||
LOADABLE_OBJ_HOOK ?= LOADABLE_OBJECT_HOOK
|
||||
# === change this <
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue