From 683518268c8346a0205948d8cd037bcc4d05548e Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 13:20:00 +0000 Subject: INTEGRATION: CWS jsc21 (1.5.208); FILE MERGED 2008/05/23 11:55:46 jsc 1.5.208.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES --- .../DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odk/examples') diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile index 2051fdfce916..114222538ca1 100644 --- a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile +++ b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-01-31 16:18:16 $ +# last change: $Author: rt $ $Date: 2008-07-11 14:20:00 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -72,7 +72,7 @@ $(OUT_COMP_GEN)/%.rdb : $(GENURDFILES) $(OUT_COMP_CLASS)/%.class : $(COMPONENT_RDB) -$(MKDIR) $(subst /,$(PS),$(@D)) - $(JAVAMAKER) -BUCR -nD $(GENTYPELIST) -O$(OUT_COMP_CLASS) $(COMPONENT_RDB) $(OFFICE_TYPE_LIBRARY) + $(JAVAMAKER) -BUCR -nD $(GENTYPELIST) -O$(OUT_COMP_CLASS) $(COMPONENT_RDB) -X$(URE_TYPES) -X$(OFFICE_TYPES) .PHONY: clean clean : -- cgit