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
7c76284e
Kaydet (Commit)
7c76284e
authored
Ock 31, 2011
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't copy over files under version control
scp2 handles the case where the OGL transitions are not built just fine
üst
b0b82a31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
build.lst
sd/prj/build.lst
+0
-1
makefile.mk
sd/xml/makefile.mk
+0
-13
No files found.
sd/prj/build.lst
Dosyayı görüntüle @
7c76284e
...
...
@@ -45,5 +45,4 @@ sd sd\source\ui\framework\factories nmake - all sd_framework_factories sd
sd sd\source\ui\framework\tools nmake - all sd_framework_tools sd_inc NULL
sd sd\source\ui\annotations nmake - all sd_uiannotations sd_inc NULL
sd sd\util nmake - all sd_util sd_app sd_cgm sd_core sd_dlg sd_docsh sd_eppt sd_filt sd_func sd_grf sd_unid sd_view sd_filter_xml sd_html sd_ppt sd_accessibility sd_animations sd_toolpanel sd_toolpanel_controls sd_tools sd_slsshell sd_slsmodel sd_slsview sd_slscontroller sd_slscache sd_notes sd_controller sd_table sd_slideshow sd_presenter sd_undo sd_helper sd_framework_configuration sd_framework_module sd_framework_tools sd_framework_factories sd_text sd_annotations sd_uiannotations NULL
sd sd\xml nmake - all sd_xml NULL
sd sd\qa\unoapi nmake - all sd_qa_unoapi NULL
sd/xml/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
b0b82a31
PRJ
=
..
PRJNAME
=
sd
.INCLUDE
:
settings.mk
.IF
"$(ENABLE_OPENGL)"
!=
"TRUE"
@all
:
@echo
"Building without OpenGL Transitions..."
@test
-f
transitions-ogl.xml
&&
mv
transitions-ogl.xml
transitions-ogl
||
true
.ELSE
@all
:
@test
!
-f
transitions-ogl.xml
&&
mv
transitions-ogl
transitions-ogl.xml
||
true
.ENDIF
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