From a7fc43f9136885db89c6707b6ba83cdc13217a0c Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 13:25:28 +0000 Subject: INTEGRATION: CWS jsc21 (1.9.74); FILE MERGED 2008/05/23 11:55:47 jsc 1.9.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES --- odk/examples/DevelopersGuide/Spreadsheet/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/Spreadsheet/Makefile b/odk/examples/DevelopersGuide/Spreadsheet/Makefile index bbd7580e64e0..d7a6d8d94f42 100644 --- a/odk/examples/DevelopersGuide/Spreadsheet/Makefile +++ b/odk/examples/DevelopersGuide/Spreadsheet/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: obo $ $Date: 2007-01-25 11:08:12 $ +# last change: $Author: rt $ $Date: 2008-07-11 14:25:28 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -154,7 +154,7 @@ $(COMP1_RDB) : $(COMP1_GENURDFILES) $(COMP1_CLASS_OUT)/$(PACKAGE)/%.class : $(COMP1_RDB) -$(MKDIR) $(subst /,$(PS),$(@D)) - $(JAVAMAKER) -BUCR -nD $(COMP1_GENTYPELIST) -O$(COMP1_CLASS_OUT) $(COMP1_RDB) $(OFFICE_TYPE_LIBRARY) + $(JAVAMAKER) -BUCR -nD $(COMP1_GENTYPELIST) -O$(COMP1_CLASS_OUT) $(COMP1_RDB) -X$(URE_TYPES) -X$(OFFICE_TYPES) $(COMP1_CLASSFILES) : $(COMP1_JAVAFILES) $(COMP1_GENCLASSFILES) -$(MKDIR) $(subst /,$(PS),$(@D)) -- cgit