diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:18:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:18:30 +0000 |
commit | 89cc08ba4a55fa5792b07eec96ad2b046d41f65a (patch) | |
tree | a04517a6328fd0cdeb51e2842963054cd2a0d924 /odk/examples/DevelopersGuide | |
parent | 58e79a27d273e967cbe81a91b3bab67d26389565 (diff) |
INTEGRATION: CWS jsc21 (1.8.74); FILE MERGED
2008/05/23 11:55:45 jsc 1.8.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/JavaComponent/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile b/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile index e50c457b6318..0df61c5801d7 100644 --- a/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile +++ b/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2007-01-25 11:04:26 $ +# last change: $Author: rt $ $Date: 2008-07-11 14:18:30 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -116,7 +116,7 @@ $(OUT_COMP_GEN)/%.rdb : $(GENURDFILES) $(OUT_COMP_CLASS)/$(PACKAGE)/%.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) $(OUT_COMP_CLASS)/%.class : %.java $(GENCLASSFILES) -$(MKDIR) $(subst /,$(PS),$(@D)) |