From be91d19c08a07bd706ad723a11d3c909671413c9 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 26 Jun 2007 15:05:41 +0000 Subject: INTEGRATION: CWS mav21 (1.8.88); FILE MERGED 2007/03/08 12:38:02 mav 1.8.88.1: #i75233# the implementation for unknown objects --- embeddedobj/util/makefile.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'embeddedobj/util') diff --git a/embeddedobj/util/makefile.mk b/embeddedobj/util/makefile.mk index 7cdb72e63ac5..71cbb46bac30 100644 --- a/embeddedobj/util/makefile.mk +++ b/embeddedobj/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-08 18:50:48 $ +# last change: $Author: hr $ $Date: 2007-06-26 16:05:41 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,6 +54,7 @@ LIB1OBJFILES= \ $(SLO)$/embedobj.obj\ $(SLO)$/inplaceobj.obj\ $(SLO)$/visobj.obj\ + $(SLO)$/dummyobject.obj\ $(SLO)$/xcreator.obj\ $(SLO)$/xfactory.obj\ $(SLO)$/register.obj\ -- cgit