diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-04-23 14:52:04 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-04-23 14:52:04 +0200 |
commit | 335e6c4f9d0831005938f99f76436ba197332e22 (patch) | |
tree | 451731299c7334a3763c31c65fd522c61951726b | |
parent | c657883be6daa135d548460b059a51fe4891bcdb (diff) |
nativeb: #i111098# StartCenter BrOffice imagesooo/DEV300_m78
-rw-r--r-- | ooo_custom_images/nologo_broffice/delzip | 0 | ||||
-rw-r--r-- | ooo_custom_images/nologo_broffice/framework/res/backing.png | bin | 0 -> 12535 bytes | |||
-rw-r--r-- | ooo_custom_images/nologo_broffice/framework/res/backing_hc.png | bin | 0 -> 6315 bytes | |||
-rw-r--r-- | ooo_custom_images/nologo_broffice/framework/res/backing_right.png | bin | 0 -> 9942 bytes | |||
-rw-r--r-- | ooo_custom_images/nologo_broffice/framework/res/backing_right_hc.png | bin | 0 -> 4658 bytes | |||
-rwxr-xr-x | ooo_custom_images/nologo_broffice/makefile.mk | 20 | ||||
-rw-r--r-- | ooo_custom_images/prj/build.lst | 4 | ||||
-rw-r--r-- | ooo_custom_images/prj/d.lst | 2 | ||||
-rw-r--r-- | ooo_custom_images/settings.pmk | 13 | ||||
-rw-r--r-- | ooo_custom_images/target.pmk | 16 |
10 files changed, 55 insertions, 0 deletions
diff --git a/ooo_custom_images/nologo_broffice/delzip b/ooo_custom_images/nologo_broffice/delzip new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/ooo_custom_images/nologo_broffice/delzip diff --git a/ooo_custom_images/nologo_broffice/framework/res/backing.png b/ooo_custom_images/nologo_broffice/framework/res/backing.png Binary files differnew file mode 100644 index 00000000..bbaf0ef2 --- /dev/null +++ b/ooo_custom_images/nologo_broffice/framework/res/backing.png diff --git a/ooo_custom_images/nologo_broffice/framework/res/backing_hc.png b/ooo_custom_images/nologo_broffice/framework/res/backing_hc.png Binary files differnew file mode 100644 index 00000000..0549dda1 --- /dev/null +++ b/ooo_custom_images/nologo_broffice/framework/res/backing_hc.png diff --git a/ooo_custom_images/nologo_broffice/framework/res/backing_right.png b/ooo_custom_images/nologo_broffice/framework/res/backing_right.png Binary files differnew file mode 100644 index 00000000..355f4adf --- /dev/null +++ b/ooo_custom_images/nologo_broffice/framework/res/backing_right.png diff --git a/ooo_custom_images/nologo_broffice/framework/res/backing_right_hc.png b/ooo_custom_images/nologo_broffice/framework/res/backing_right_hc.png Binary files differnew file mode 100644 index 00000000..56736f2f --- /dev/null +++ b/ooo_custom_images/nologo_broffice/framework/res/backing_right_hc.png diff --git a/ooo_custom_images/nologo_broffice/makefile.mk b/ooo_custom_images/nologo_broffice/makefile.mk new file mode 100755 index 00000000..d322a8e2 --- /dev/null +++ b/ooo_custom_images/nologo_broffice/makefile.mk @@ -0,0 +1,20 @@ +#*********************************************************************** +# +# Copyright 2004 Sun Microsystems, Inc. +# +# All Rights Reserved. +# +#************************************************************************* + +PRJ=.. + + +PRJNAME=ooo_custom_images +TARGET=broffice_nologo + +.INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/settings.pmk + +.INCLUDE : target.mk +.INCLUDE : $(PRJ)$/target.pmk + diff --git a/ooo_custom_images/prj/build.lst b/ooo_custom_images/prj/build.lst new file mode 100644 index 00000000..57b9dd45 --- /dev/null +++ b/ooo_custom_images/prj/build.lst @@ -0,0 +1,4 @@ +oci ooo_custom_images : solenv NULL +oci ooo_custom_images usr1 - all oci_mkout NULL +oci ooo_custom_images\nologo_broffice nmake - all oci_nologo_broffice NULL + diff --git a/ooo_custom_images/prj/d.lst b/ooo_custom_images/prj/d.lst new file mode 100644 index 00000000..444e9b22 --- /dev/null +++ b/ooo_custom_images/prj/d.lst @@ -0,0 +1,2 @@ +mkdir: %COMMON_DEST%\bin%_EXT%\broffice_nologo +..\%__SRC%\bin\broffice_nologo\*.zip %COMMON_DEST%\bin%_EXT%\broffice_nologo diff --git a/ooo_custom_images/settings.pmk b/ooo_custom_images/settings.pmk new file mode 100644 index 00000000..ae95552e --- /dev/null +++ b/ooo_custom_images/settings.pmk @@ -0,0 +1,13 @@ +#*********************************************************************** +# +# Copyright 2004 Sun Microsystems, Inc. +# +# All Rights Reserved. +# +#************************************************************************* + +ZIP1FLAGS += -r +ZIP1TARGET = images_brand_$(TARGET) + +ZIP1LIST = * -x makefile.mk + diff --git a/ooo_custom_images/target.pmk b/ooo_custom_images/target.pmk new file mode 100644 index 00000000..6b78a397 --- /dev/null +++ b/ooo_custom_images/target.pmk @@ -0,0 +1,16 @@ +#*********************************************************************** +# +# Copyright 2004 Sun Microsystems, Inc. +# +# All Rights Reserved. +# +#************************************************************************* + +.IF "$(depend)"=="" +ALLTAR : $(COMMONBIN)$/$(TARGET)$/images_brand$(ZIP1EXT) +.ENDIF # "$(depend)"=="" + +$(COMMONBIN)$/$(TARGET)$/images_brand$(ZIP1EXT) : $(COMMONBIN)$/images_brand_$(TARGET)$(ZIP1EXT) + @@-$(MKDIRHIER) $(@:d) + $(COPY) $< $@ + |