summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-09-28 11:49:21 +0200
committerAndras Timar <atimar@suse.com>2012-09-28 11:49:21 +0200
commitcda84f0a8f8b496a301008af7e5734f010928032 (patch)
treebbbcc92f6f9558c58ce72893c8db515a2889c5fe /instsetoo_native
parentcb4ce6edb2448540c60ed26e8a490fd6b7d8fc7d (diff)
[SUSE only] SUSE black and white branding images
Change-Id: Iadd0fcdb9e9521047f73cc43b0dd63e7fd8a5288
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/res/banner_suse_bw.bmpbin0 -> 18150 bytes
-rw-r--r--instsetoo_native/res/install_suse_bw.bmpbin0 -> 153558 bytes
-rw-r--r--instsetoo_native/util/makefile.mk24
3 files changed, 12 insertions, 12 deletions
diff --git a/instsetoo_native/res/banner_suse_bw.bmp b/instsetoo_native/res/banner_suse_bw.bmp
new file mode 100644
index 000000000000..37d2255751bd
--- /dev/null
+++ b/instsetoo_native/res/banner_suse_bw.bmp
Binary files differ
diff --git a/instsetoo_native/res/install_suse_bw.bmp b/instsetoo_native/res/install_suse_bw.bmp
new file mode 100644
index 000000000000..93c23122aa70
--- /dev/null
+++ b/instsetoo_native/res/install_suse_bw.bmp
Binary files differ
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index 7906d7433cdc..76b752c108cf 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -366,18 +366,18 @@ hack_msitemplates .PHONY:
$(GNUCOPY) -u $(MSICOMMONTEMPLATESOURCE)$/Binary$/*.* $(MSIURETEMPLATEDIR)$/Binary
$(GNUCOPY) -u $(MSICOMMONTEMPLATESOURCE)$/Binary$/*.* $(MSISDKOOTEMPLATEDIR)$/Binary
$(GNUCOPY) -u $(MSICOMMONTEMPLATESOURCE)$/Binary$/*.* $(MSITESTTEMPLATEDIR)$/Binary
- $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp
- $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp
- $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIHELPPACKTEMPLATEDIR)$/Binary$/Image.bmp
- $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp
- $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp
- $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSITESTTEMPLATEDIR)$/Binary$/Image.bmp
- $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Banner.bmp
- $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Banner.bmp
- $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSIHELPPACKTEMPLATEDIR)$/Binary$/Banner.bmp
- $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSIURETEMPLATEDIR)$/Binary$/Banner.bmp
- $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Banner.bmp
- $(COPY) $(PRJ)$/res$/nologobanner.bmp $(MSITESTTEMPLATEDIR)$/Binary$/Banner.bmp
+ $(COPY) $(PRJ)$/res$/install_suse_bw.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp
+ $(COPY) $(PRJ)$/res$/install_suse_bw.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp
+ $(COPY) $(PRJ)$/res$/install_suse_bw.bmp $(MSIHELPPACKTEMPLATEDIR)$/Binary$/Image.bmp
+ $(COPY) $(PRJ)$/res$/install_suse_bw.bmp $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp
+ $(COPY) $(PRJ)$/res$/install_suse_bw.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp
+ $(COPY) $(PRJ)$/res$/install_suse_bw.bmp $(MSITESTTEMPLATEDIR)$/Binary$/Image.bmp
+ $(COPY) $(PRJ)$/res$/banner_suse_bw.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Banner.bmp
+ $(COPY) $(PRJ)$/res$/banner_suse_bw.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Banner.bmp
+ $(COPY) $(PRJ)$/res$/banner_suse_bw.bmp $(MSIHELPPACKTEMPLATEDIR)$/Binary$/Banner.bmp
+ $(COPY) $(PRJ)$/res$/banner_suse_bw.bmp $(MSIURETEMPLATEDIR)$/Binary$/Banner.bmp
+ $(COPY) $(PRJ)$/res$/banner_suse_bw.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Banner.bmp
+ $(COPY) $(PRJ)$/res$/banner_suse_bw.bmp $(MSITESTTEMPLATEDIR)$/Binary$/Banner.bmp
.IF "$(OS)" == "WNT"