diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:20:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:20:00 +0000 |
commit | 683518268c8346a0205948d8cd037bcc4d05548e (patch) | |
tree | 10c2ab57dbcdea912d1df00daccc73d010c511f1 /odk/examples | |
parent | a60c2d2d2b7ac15f9316dafb4d0740189d8d01aa (diff) |
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
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 : |