diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:25:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:25:28 +0000 |
commit | a7fc43f9136885db89c6707b6ba83cdc13217a0c (patch) | |
tree | f5bc1d6762780e38abc9823362f7802c758cb866 /odk/examples | |
parent | 3da9567ea9f6bb3d0191f50243aa0ca0caaaacbb (diff) |
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
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/Spreadsheet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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)) |