INTEGRATION: CWS sb71 (1.7.4); FILE MERGED

2007/06/20 12:49:01 sb 1.7.4.1: #i75466# Unlike Solaris and Linux, Mac OS X dlopen does not search for file next to the library calling dlopen if file does not contain slashes (you have to prefix file with "@loader_path/" for that to work on Mac OS X); refactored accordingly.
This commit is contained in:
Vladimir Glazounov
2007-10-15 11:20:20 +00:00
parent 0fbcb954c3
commit efaf42453b

View File

@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.7 $ # $Revision: 1.8 $
# #
# last change: $Author: kz $ $Date: 2007-05-09 13:39:37 $ # last change: $Author: vg $ $Date: 2007-10-15 12:20:20 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,8 @@ SLOFILES= \
$(SLO)$/EnvDcp.obj \ $(SLO)$/EnvDcp.obj \
$(SLO)$/cascade_mapping.obj \ $(SLO)$/cascade_mapping.obj \
$(SLO)$/EnvStack.obj \ $(SLO)$/EnvStack.obj \
$(SLO)$/env_subst.obj $(SLO)$/env_subst.obj \
$(SLO)$/loadmodule.obj
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------