summaryrefslogtreecommitdiff
path: root/rdbmaker
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-12 02:25:38 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-12 02:25:38 +0000
commit9faa93dd11fa312d48b01d6e956a414635e63938 (patch)
treec80a170ed5da44ef19fb22c56b8e69bbe8223533 /rdbmaker
parent996e516e1e0d2d1003d82faff8409355878fb69f (diff)
Moved static data member initializations to cppuhelper project
Diffstat (limited to 'rdbmaker')
-rw-r--r--rdbmaker/source/rdbmaker/makefile.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/rdbmaker/source/rdbmaker/makefile.mk b/rdbmaker/source/rdbmaker/makefile.mk
index a44aa7d13..2833b9d6d 100644
--- a/rdbmaker/source/rdbmaker/makefile.mk
+++ b/rdbmaker/source/rdbmaker/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: svesik $ $Date: 2001-02-02 19:39:41 $
+# last change: $Author: pluby $ $Date: 2001-02-12 03:25:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -105,7 +105,6 @@ CXXFILES= rdbmaker.cxx \
CXXFILES+=staticmbrdbmaker.cxx
.ENDIF
-
APP1TARGET= $(TARGET)
APP1OBJS= $(OBJ)$/rdbmaker.obj \
@@ -114,14 +113,11 @@ APP1OBJS= $(OBJ)$/rdbmaker.obj \
$(OBJ)$/specialtypemanager.obj \
$(OBJ)$/rdbtype.obj
-# NETBSD: somewhere we have to instantiate the static data members.
-# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCCwon't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
+.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
APP1OBJS+=$(OBJ)$/staticmbrdbmaker.obj
.ENDIF
-
APP1STDLIBS=\
$(SALLIB) \
$(VOSLIB) \