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.
This commit is contained in:
Oliver Bolte
2004-06-04 02:13:12 +00:00
parent f581dea257
commit e08a775087

View File

@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@@ -80,7 +80,9 @@ CFLAGSNOOPT+=-Ob0
OBJFILES= $(OBJ)$/cppumaker.obj \ OBJFILES= $(OBJ)$/cppumaker.obj \
$(OBJ)$/cppuoptions.obj \ $(OBJ)$/cppuoptions.obj \
$(OBJ)$/cpputype.obj $(OBJ)$/cpputype.obj \
$(OBJ)$/dumputils.obj \
$(OBJ)$/includes.obj
NOOPTFILES= \ NOOPTFILES= \
$(OBJ)$/cpputype.obj $(OBJ)$/cpputype.obj