Kaydet (Commit) 5946ccd3 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS sdksample (1.4.4); FILE MERGED

2004/07/30 08:35:29 jsc 1.4.4.3: #i29308# integrate new multiple inheritance interface
2004/06/30 09:10:27 jsc 1.4.4.2: #i29308# use of new UNO features
2004/06/24 09:39:01 jsc 1.4.4.1: #i26335# use zip for packaging
üst ea4b5801
......@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
# $Revision: 1.4 $
# $Revision: 1.5 $
#
# last change: $Author: rt $ $Date: 2004-05-18 13:21:46 $
# last change: $Author: rt $ $Date: 2005-01-31 16:16:32 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
......@@ -67,11 +67,18 @@ org/openoffice/comp/test : org/openoffice/test
ComponentsThumbsExample : $(COMPONENT_PACKAGE)
@echo --------------------------------------------------------------------------------
@echo Please use one of the following command to execute the example!
@echo -
@echo make $(APP1_NAME).run
@echo --------
@echo The ImageShrink Java component was installed if SDK_AUTO_DEPLOYMENT = YES.
@echo You can use this component inside your office installation, see the example
@echo description.
@echo --------------------------------------------------------------------------------
%.run: $(OUT_COMP_CLASS)/%.jar
$(SDK_JAVA) -Dcom.sun.star.lib.loader.unopath="$(OFFICE_PROGRAM_PATH)" -jar $<
.PHONY: clean
clean :
$(MAKE) -C org/openoffice/test clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment