diff options
author | Gene Anaya <ganaya@openoffice.org> | 2000-10-09 15:37:00 +0000 |
---|---|---|
committer | Gene Anaya <ganaya@openoffice.org> | 2000-10-09 15:37:00 +0000 |
commit | d99b9f96c52d507606a9a3c4eb5672d5348d3161 (patch) | |
tree | 530d297b9d8e1beb7c16c1b633c0e5badf0fecf5 /rdbmaker | |
parent | 4bae27caf8ce4fc710ffd217a57ef1dc8cfc0652 (diff) |
Added staticmb file for MacOS X
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/source/rdbmaker/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
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) \ |