From e08a77508788657e1b3e4d5f635f29cb8a17dbaf Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 02:13:12 +0000 Subject: [PATCH] INTEGRATION: CWS sb18 (1.5.102); FILE MERGED 2004/04/28 09:01:33 sb 1.5.102.2: #i21150# Factored out auxiliary dump functions. 2004/04/22 08:26:07 sb 1.5.102.1: #i21150# Improved include handling over what class TypeDependency offers. --- codemaker/source/cppumaker/makefile.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/codemaker/source/cppumaker/makefile.mk b/codemaker/source/cppumaker/makefile.mk index af7c75f9fb95..f608efdd9015 100644 --- a/codemaker/source/cppumaker/makefile.mk +++ b/codemaker/source/cppumaker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: jsc $ $Date: 2001-08-17 13:15:48 $ +# last change: $Author: obo $ $Date: 2004-06-04 03:13:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,7 +80,9 @@ CFLAGSNOOPT+=-Ob0 OBJFILES= $(OBJ)$/cppumaker.obj \ $(OBJ)$/cppuoptions.obj \ - $(OBJ)$/cpputype.obj + $(OBJ)$/cpputype.obj \ + $(OBJ)$/dumputils.obj \ + $(OBJ)$/includes.obj NOOPTFILES= \ $(OBJ)$/cpputype.obj