diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:29:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:29:48 +0000 |
commit | f0993e2913f0b0285809e4a161d540a61d72536f (patch) | |
tree | 8983a9002420685bf2d8282077881eab061a2333 /odk | |
parent | 1fbe0976f606a5c51d68d1712243981654b68911 (diff) |
INTEGRATION: CWS jsc21 (1.22.72); FILE MERGED
2008/05/23 11:49:22 jsc 1.22.72.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/Inspector/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/Inspector/Makefile b/odk/examples/java/Inspector/Makefile index afedb3cbac36..d1a3b41a4e3f 100644 --- a/odk/examples/java/Inspector/Makefile +++ b/odk/examples/java/Inspector/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: rt $ $Date: 2007-01-30 08:10:58 $ +# last change: $Author: rt $ $Date: 2008-07-11 14:29:48 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -122,7 +122,7 @@ $(COMP_GEN_OUT)/%.rdb : $(GEN_URDFILES) # rule for creating IDL dependent class files $(GEN_CLASSFILES) : $(COMP_RDB) -$(MKDIR) $(subst /,$(PS),$(@D)) - $(JAVAMAKER) -BUCR -nD $(GEN_TYPELIST) -O$(SAMPLE_CLASS_OUT) $(COMP_RDB) $(OFFICE_TYPE_LIBRARY) + $(JAVAMAKER) -BUCR -nD $(GEN_TYPELIST) -O$(SAMPLE_CLASS_OUT) $(COMP_RDB) -X$(URE_TYPES) -X$(OFFICE_TYPES) # component as well as application are dependent from the generated types # rule for component class files |