diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 09:14:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 09:14:46 +0000 |
commit | 3440ad7d367851a58247f03a7bd703955984614b (patch) | |
tree | 515c5bb86aabddb81c4c9eb9d7a66716cd6d8573 /odk/examples/DevelopersGuide/Components | |
parent | 2406e8dc0fdc953e9a5d8d5b5dfc64ba0503daeb (diff) |
INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/09 10:44:38 jsc 1.1.2.1: #109045# insert new and remove example zip file
Diffstat (limited to 'odk/examples/DevelopersGuide/Components')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/Thumbs/thumbs.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/thumbs.mk b/odk/examples/DevelopersGuide/Components/Thumbs/thumbs.mk new file mode 100644 index 000000000000..a1ffe34c9c00 --- /dev/null +++ b/odk/examples/DevelopersGuide/Components/Thumbs/thumbs.mk @@ -0,0 +1,13 @@ +OUT_COMP_CLASS = $(OUT_CLASS)/ComponentThumbsExample +OUT_COMP_GEN = $(OUT_MISC)/ComponentThumbsExample + +COMPONENT1_NAME=ImageShrink +COMPONENT1_RDB_NAME = $(COMPONENT1_NAME).uno.rdb +COMPONENT1_RDB = $(OUT_COMP_GEN)/$(COMPONENT1_RDB_NAME) +COMPONENT1_PACKAGE = $(OUT_BIN)/$(COMPONENT1_NAME).uno.zip +COMPONENT1_PACKAGE_URL = $(subst \\,\,"$(COMPONENT_PACKAGE_DIR)$(PS)$(COMPONENT1_NAME).uno.zip") +COMPONENT1_JAR_NAME = $(COMPONENT1_NAME).uno.jar +COMPONENT1_JAR = $(OUT_CLASS)/$(COMPONENT1_JAR_NAME) +COMPONENT1_MANIFESTFILE = $(OUT_COMP_CLASS)/$(COMPONENT1_NAME).uno.Manifest + +REGISTERFLAG = $(OUT_MISC)$(PS)devguide_$(COMPONENT1_NAME)_register_component.flag |