remove obsolete branding layout
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 369 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 9.2 KiB |
|
@ -1,20 +0,0 @@
|
|||
#***********************************************************************
|
||||
#
|
||||
# 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
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
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
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
mkdir: %COMMON_DEST%\bin%_EXT%\broffice_nologo
|
||||
..\%__SRC%\bin\broffice_nologo\*.zip %COMMON_DEST%\bin%_EXT%\broffice_nologo
|
|
@ -1,13 +0,0 @@
|
|||
#***********************************************************************
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc.
|
||||
#
|
||||
# All Rights Reserved.
|
||||
#
|
||||
#*************************************************************************
|
||||
|
||||
ZIP1FLAGS += -r
|
||||
ZIP1TARGET = images_brand_$(TARGET)
|
||||
|
||||
ZIP1LIST = * -x makefile.mk
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
#***********************************************************************
|
||||
#
|
||||
# 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) $< $@
|
||||
|