From d99b9f96c52d507606a9a3c4eb5672d5348d3161 Mon Sep 17 00:00:00 2001 From: Gene Anaya Date: Mon, 9 Oct 2000 15:37:00 +0000 Subject: Added staticmb file for MacOS X --- rdbmaker/source/rdbmaker/makefile.mk | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'rdbmaker') diff --git a/rdbmaker/source/rdbmaker/makefile.mk b/rdbmaker/source/rdbmaker/makefile.mk index 6cd7e3918c02..78cf23929c31 100644 --- a/rdbmaker/source/rdbmaker/makefile.mk +++ b/rdbmaker/source/rdbmaker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 15:29:08 $ +# last change: $Author: ganaya $ $Date: 2000-10-09 16:37:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,7 +98,8 @@ CXXFILES= rdbmaker.cxx \ rdboptions.cxx \ typeblop.cxx \ specialtypemanager.cxx \ - rdbtype.cxx + rdbtype.cxx \ + staticmb.cxx APP1TARGET= $(TARGET) @@ -107,7 +108,8 @@ APP1OBJS= $(OBJ)$/rdbmaker.obj \ $(OBJ)$/rdboptions.obj \ $(OBJ)$/typeblop.obj \ $(OBJ)$/specialtypemanager.obj \ - $(OBJ)$/rdbtype.obj + $(OBJ)$/rdbtype.obj \ + $(OBJ)$/staticmb.obj APP1STDLIBS=\ $(SALLIB) \ -- cgit