Kaydet (Commit) e6eb417f authored tarafından Patrick Luby's avatar Patrick Luby

Added registry symbols to duplicate symbol bug workaround to get rid of annoying CFLog messages

üst 46266dcc
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: unxmacxp.mk,v $ # $RCSfile: unxmacxp.mk,v $
# #
# $Revision: 1.26 $ # $Revision: 1.27 $
# #
# last change: $Author: pluby $ $Date: 2001-03-02 06:16:03 $ # last change: $Author: pluby $ $Date: 2001-03-04 22:12:09 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -82,6 +82,11 @@ CDEFS+=-Dcomponent_getImplementationEnvironment=lib$(SYMBOLPREFIX)component_getI ...@@ -82,6 +82,11 @@ CDEFS+=-Dcomponent_getImplementationEnvironment=lib$(SYMBOLPREFIX)component_getI
-Duno_initEnvironment=lib$(SYMBOLPREFIX)uno_initEnvironment \ -Duno_initEnvironment=lib$(SYMBOLPREFIX)uno_initEnvironment \
-Duno_ext_getMapping=lib$(SYMBOLPREFIX)uno_ext_getMapping -Duno_ext_getMapping=lib$(SYMBOLPREFIX)uno_ext_getMapping
.ENDIF .ENDIF
.IF "$(PRJNAME)"=="registry"
CDEFS+=-DinitRegistry_Api=lib$(REGLIB:s/-l//)initRegistry_Api \
-DinitRegistryTypeReader_Api=lib$(REGLIB:s/-l//)initRegistryTypeReader_Api \
-DinitRegistryTypeWriter_Api=lib$(REGLIB:s/-l//)initRegistryTypeWriter_Api
.ENDIF
# Name of library where static data members are initialized # Name of library where static data members are initialized
STATICLIBNAME=static$(UPD)$(DLLPOSTFIX) STATICLIBNAME=static$(UPD)$(DLLPOSTFIX)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment