summaryrefslogtreecommitdiff
path: root/stoc/source/cppumaker.mk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-10 20:40:50 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-10 20:40:50 +0000
commit0d79cfcb2d24a6b7a9ea7a695ef3a6bb933880b3 (patch)
treedd06ddc37f21a11cf524abeae119ba3c40e224a9 /stoc/source/cppumaker.mk
parent44688ff4861049a0d9956caa7220183822b47ec9 (diff)
Updates to synchronize library and symbol names with naming convention used to sal and cppuhelper projects
Diffstat (limited to 'stoc/source/cppumaker.mk')
-rw-r--r--stoc/source/cppumaker.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/cppumaker.mk b/stoc/source/cppumaker.mk
index 79b24c498..2fb19127f 100644
--- a/stoc/source/cppumaker.mk
+++ b/stoc/source/cppumaker.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: cppumaker.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: dbo $ $Date: 2000-12-15 11:07:59 $
+# last change: $Author: pluby $ $Date: 2001-02-10 21:40:40 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,9 +75,9 @@ UNOUCROUT= $(OUT)$/inc$/light
INCPRE+= $(OUT)$/inc$/light
.ENDIF
-.IF "$(COM)$(OS)" == "GCCMACOSX"
-CFLAGS += -Dcomponent_getImplementationEnvironment=$(TARGET)component_getImplementationEnvironment \
- -Dcomponent_writeInfo=$(TARGET)component_writeInfo \
- -Dcomponent_getFactory=$(TARGET)component_getFactory \
- -Dcomponent_getDescriptionFunc=$(TARGET)component_getDescriptionFunc
+.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