Moved symbol renaming for Mac OS X to solenv/inc/unxmacxp.mk
This commit is contained in:
parent
f315ba6b39
commit
9eae1ae4e5
1 changed files with 2 additions and 9 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: cppumaker.mk,v $
|
||||
#
|
||||
# $Revision: 1.4 $
|
||||
# $Revision: 1.5 $
|
||||
#
|
||||
# last change: $Author: pluby $ $Date: 2001-02-10 21:40:40 $
|
||||
# last change: $Author: pluby $ $Date: 2001-02-12 20:19:41 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -74,10 +74,3 @@ CPPUMAKERFLAGS = -L
|
|||
UNOUCROUT= $(OUT)$/inc$/light
|
||||
INCPRE+= $(OUT)$/inc$/light
|
||||
.ENDIF
|
||||
|
||||
.IF "$(OS)" == "MACOSX"
|
||||
CFLAGS += -Dcomponent_getImplementationEnvironment=lib$(TARGET)component_getImplementationEnvironment \
|
||||
-Dcomponent_writeInfo=lib$(TARGET)component_writeInfo \
|
||||
-Dcomponent_getFactory=lib$(TARGET)component_getFactory \
|
||||
-Dcomponent_getDescriptionFunc=lib$(TARGET)component_getDescriptionFunc
|
||||
.ENDIF
|
||||
|
|
Loading…
Reference in a new issue