summaryrefslogtreecommitdiff
path: root/cpputools/source/unoexe/makefile.mk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-03-02 06:21:44 +0000
committerPatrick Luby <pluby@openoffice.org>2001-03-02 06:21:44 +0000
commita03ddd50b97f45535a0cff268b8e8744941fbc79 (patch)
treeb828238e38d2d3ac3c001fea827646fe9fd2b87b /cpputools/source/unoexe/makefile.mk
parente6bbfe488360868ce798b45404945e2ef67cff00 (diff)
Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process
Diffstat (limited to 'cpputools/source/unoexe/makefile.mk')
-rw-r--r--cpputools/source/unoexe/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/cpputools/source/unoexe/makefile.mk b/cpputools/source/unoexe/makefile.mk
index 2310a5612eba..9cf7af809694 100644
--- a/cpputools/source/unoexe/makefile.mk
+++ b/cpputools/source/unoexe/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: svesik $ $Date: 2001-02-02 17:34:02 $
+# last change: $Author: pluby $ $Date: 2001-03-02 07:14:18 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -107,11 +107,6 @@ CXXFILES= \
APP1TARGET=$(TARGET)
APP1OBJS=$(OBJ)$/unoexe.obj
-# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
-APP1OBJS+=$(OBJ)$/staticmb.obj
-.ENDIF
-
APP1STDLIBS= \
$(SALLIB) \
$(CPPULIB) \