diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:31:23 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:31:23 +0000 |
commit | d7c8a5e0a12547adba7db7156451460b2816309d (patch) | |
tree | fa7395a2700028a05b6f7c2a340577de95362209 /odk | |
parent | cf4c6383fb966119d6f285763e019cae2fd1c283 (diff) |
INTEGRATION: CWS jsc21 (1.20.74); FILE MERGED
2008/05/23 11:49:23 jsc 1.20.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/ToDo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/ToDo/Makefile b/odk/examples/java/ToDo/Makefile index 04f1a69e..cc887564 100644 --- a/odk/examples/java/ToDo/Makefile +++ b/odk/examples/java/ToDo/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: obo $ $Date: 2007-01-25 11:10:01 $ +# last change: $Author: rt $ $Date: 2008-07-11 14:31:23 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -106,7 +106,7 @@ $(COMP_GEN_OUT)/%.rdb : $(GEN_URDFILES) $(GEN_CLASSFILES) : $(COMP_RDB) -$(MKDIR) $(subst /,$(PS),$(@D)) - $(JAVAMAKER) -BUCR -nD $(GEN_TYPELIST) -O$(COMP_CLASS_OUT) $(COMP_RDB) $(OFFICE_TYPE_LIBRARY) + $(JAVAMAKER) -BUCR -nD $(GEN_TYPELIST) -O$(COMP_CLASS_OUT) $(COMP_RDB) -X$(URE_TYPES) -X$(OFFICE_TYPES) $(COMP_CLASSFILES) : $(COMP_JAVAFILES) $(GEN_CLASSFILES) -$(MKDIR) $(subst /,$(PS),$(@D)) |