Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
705bec7b
Kaydet (Commit)
705bec7b
authored
Ara 10, 2009
tarafından
Vladimir Glazunov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS vcl107
üst
98639785
56259d8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
makefile.mk
packimages/pack/makefile.mk
+12
-1
No files found.
packimages/pack/makefile.mk
Dosyayı görüntüle @
705bec7b
...
@@ -41,12 +41,13 @@ RSCCUSTOMIMG*=$(PRJ)
...
@@ -41,12 +41,13 @@ RSCCUSTOMIMG*=$(PRJ)
IMAGES
:=
$(COMMONBIN)$/
images.zip
IMAGES
:=
$(COMMONBIN)$/
images.zip
SORTED_LIST
=
$(RES)$/
img
$/
sorted.lst
SORTED_LIST
=
$(RES)$/
img
$/
sorted.lst
# Custom sets, at 24x24 & 16x16 fall-back to industrial preferentially
# Custom sets, at 24x24 & 16x16 fall-back to industrial preferentially
CUSTOM_IMAGE_SETS
=
hicontrast industrial crystal tango classic
CUSTOM_IMAGE_SETS
=
hicontrast industrial crystal
oxygen
tango classic
CUSTOM_IMAGES
+=
$
(
foreach,i,
$(CUSTOM_IMAGE_SETS)
images_
$i
)
CUSTOM_IMAGES
+=
$
(
foreach,i,
$(CUSTOM_IMAGE_SETS)
images_
$i
)
CUSTOM_PREFERRED_FALLBACK_1*=-c
$(SOLARSRC)$/ooo_custom_images$/tango
CUSTOM_PREFERRED_FALLBACK_1*=-c
$(SOLARSRC)$/ooo_custom_images$/tango
CUSTOM_PREFERRED_FALLBACK_2*=-c
$(SOLARSRC)$/ooo_custom_images$/industrial
CUSTOM_PREFERRED_FALLBACK_2*=-c
$(SOLARSRC)$/ooo_custom_images$/industrial
CRYSTAL_TARBALL
=
$(SOLARSRC)$/
external_images
$/
ooo_crystal_images-1.tar.gz
CRYSTAL_TARBALL
=
$(SOLARSRC)$/
external_images
$/
ooo_crystal_images-1.tar.gz
OXYGEN_TARBALL
=
$(SOLARSRC)$/
external_images
$/
ooo_oxygen_images-2009-06-17.tar.gz
CLASSIC_TARBALL
=
$(SOLARSRC)$/
ooo_custom_images
$/
classic/classic_images.tar.gz
CLASSIC_TARBALL
=
$(SOLARSRC)$/
ooo_custom_images
$/
classic/classic_images.tar.gz
ALLTAR
:
$(IMAGES) $(CUSTOM_IMAGES) $(COMMONBIN)$/images_brand.zip
ALLTAR
:
$(IMAGES) $(CUSTOM_IMAGES) $(COMMONBIN)$/images_brand.zip
...
@@ -89,6 +90,14 @@ $(MISC)$/crystal.flag : $(CRYSTAL_TARBALL)
...
@@ -89,6 +90,14 @@ $(MISC)$/crystal.flag : $(CRYSTAL_TARBALL)
.ENDIF
.ENDIF
@$(TYPE) $@ || echo "ERROR
:
unpacking $(CRYSTAL_TARBALL) failed"
@$(TYPE) $@ || echo "ERROR
:
unpacking $(CRYSTAL_TARBALL) failed"
# unpack the Oxygen icon set
$(MISC)$/oxygen.flag
:
$(OXYGEN_TARBALL)
cd $(MISC) && gzip -d -c $(OXYGEN_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@
:
f)
.IF
"$(GUI)"
==
"UNX"
chmod
-R
g+w
$(MISC)$/oxygen
.ENDIF
@$(TYPE) $@ || echo "ERROR
:
unpacking $(CRYSTAL_TARBALL) failed"
# unpack the classic icon set
# unpack the classic icon set
$(MISC)$/classic.flag
:
$(CLASSIC_TARBALL)
$(MISC)$/classic.flag
:
$(CLASSIC_TARBALL)
cd $(MISC) && gunzip -c $(CLASSIC_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@
:
f)
cd $(MISC) && gunzip -c $(CLASSIC_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@
:
f)
...
@@ -102,5 +111,7 @@ images_hicontrast : $(MISC)$/hicontrast.flag $(RES)$/img$/commandimagelist.ilst
...
@@ -102,5 +111,7 @@ images_hicontrast : $(MISC)$/hicontrast.flag $(RES)$/img$/commandimagelist.ilst
images_crystal
:
$(MISC)$/crystal.flag $(RES)$/img$/commandimagelist.ilst
images_crystal
:
$(MISC)$/crystal.flag $(RES)$/img$/commandimagelist.ilst
images_oxygen
:
$(MISC)$/oxygen.flag $(RES)$/img$/commandimagelist.ilst
images_classic
:
$(MISC)$/classic.flag $(RES)$/img$/commandimagelist.ilst
images_classic
:
$(MISC)$/classic.flag $(RES)$/img$/commandimagelist.ilst
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment