diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/Components/Thumbs')
-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 |