diff options
author | Patrick Luby <pluby@openoffice.org> | 2000-10-09 15:52:55 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2000-10-09 15:52:55 +0000 |
commit | 3c17e06d5ff08f96cfeafed0c96d82493ae8bbc2 (patch) | |
tree | 2be104bccca51eb05ecf59c287d01f7a95aa209a /rdbmaker | |
parent | d99b9f96c52d507606a9a3c4eb5672d5348d3161 (diff) |
Revert makefile.mk back to pre-staticmb.cxx file since changes will break non-Mac OS X platforms.
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/source/rdbmaker/makefile.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/rdbmaker/source/rdbmaker/makefile.mk b/rdbmaker/source/rdbmaker/makefile.mk index 78cf23929c31..36805587c91a 100644 --- a/rdbmaker/source/rdbmaker/makefile.mk +++ b/rdbmaker/source/rdbmaker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: ganaya $ $Date: 2000-10-09 16:37:00 $ +# last change: $Author: pluby $ $Date: 2000-10-09 16:52:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,8 +98,7 @@ CXXFILES= rdbmaker.cxx \ rdboptions.cxx \ typeblop.cxx \ specialtypemanager.cxx \ - rdbtype.cxx \ - staticmb.cxx + rdbtype.cxx APP1TARGET= $(TARGET) @@ -108,8 +107,7 @@ APP1OBJS= $(OBJ)$/rdbmaker.obj \ $(OBJ)$/rdboptions.obj \ $(OBJ)$/typeblop.obj \ $(OBJ)$/specialtypemanager.obj \ - $(OBJ)$/rdbtype.obj \ - $(OBJ)$/staticmb.obj + $(OBJ)$/rdbtype.obj APP1STDLIBS=\ $(SALLIB) \ |