summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-04-23 14:52:04 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-04-23 14:52:04 +0200
commit5d843903b7900371b4234aff89b6e24840650cdc (patch)
treea54f775d0bf76a9fbe93f0cc5a8dd7fc864b31ff
parent3dac748e23b0d638a77b62ac7a44edb7c10202df (diff)
nativeb: #i111098# StartCenter BrOffice images
Notes
split repo tag: artwork_ooo/DEV300_m78
-rw-r--r--ooo_custom_images/nologo_broffice/delzip0
-rw-r--r--ooo_custom_images/nologo_broffice/framework/res/backing.pngbin0 -> 12535 bytes
-rw-r--r--ooo_custom_images/nologo_broffice/framework/res/backing_hc.pngbin0 -> 6315 bytes
-rw-r--r--ooo_custom_images/nologo_broffice/framework/res/backing_right.pngbin0 -> 9942 bytes
-rw-r--r--ooo_custom_images/nologo_broffice/framework/res/backing_right_hc.pngbin0 -> 4658 bytes
-rwxr-xr-xooo_custom_images/nologo_broffice/makefile.mk20
-rw-r--r--ooo_custom_images/prj/build.lst4
-rw-r--r--ooo_custom_images/prj/d.lst2
-rw-r--r--ooo_custom_images/settings.pmk13
-rw-r--r--ooo_custom_images/target.pmk16
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 000000000000..e69de29bb2d1
--- /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
new file mode 100644
index 000000000000..bbaf0ef2bc57
--- /dev/null
+++ b/ooo_custom_images/nologo_broffice/framework/res/backing.png
Binary files differ
diff --git a/ooo_custom_images/nologo_broffice/framework/res/backing_hc.png b/ooo_custom_images/nologo_broffice/framework/res/backing_hc.png
new file mode 100644
index 000000000000..0549dda178ee
--- /dev/null
+++ b/ooo_custom_images/nologo_broffice/framework/res/backing_hc.png
Binary files differ
diff --git a/ooo_custom_images/nologo_broffice/framework/res/backing_right.png b/ooo_custom_images/nologo_broffice/framework/res/backing_right.png
new file mode 100644
index 000000000000..355f4adf7c6a
--- /dev/null
+++ b/ooo_custom_images/nologo_broffice/framework/res/backing_right.png
Binary files differ
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
new file mode 100644
index 000000000000..56736f2fc385
--- /dev/null
+++ b/ooo_custom_images/nologo_broffice/framework/res/backing_right_hc.png
Binary files differ
diff --git a/ooo_custom_images/nologo_broffice/makefile.mk b/ooo_custom_images/nologo_broffice/makefile.mk
new file mode 100755
index 000000000000..d322a8e29f2a
--- /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 000000000000..57b9dd452da6
--- /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 000000000000..444e9b22491f
--- /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 000000000000..ae95552ed21f
--- /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 000000000000..6b78a397b231
--- /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) $< $@
+