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
81f077bc
Kaydet (Commit)
81f077bc
authored
Nis 24, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't point to inc directories that don't exist any longer
Change-Id: If783897a60a545baf3968c5eeccf80a1e186bc51
üst
d12a3e8b
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
32 deletions
+0
-32
CppunitTest_basebmp.mk
basebmp/CppunitTest_basebmp.mk
+0
-5
Library_basebmp.mk
basebmp/Library_basebmp.mk
+0
-5
Library_cairocanvas.mk
canvas/Library_cairocanvas.mk
+0
-5
CppunitTest_comphelper_test.mk
comphelper/CppunitTest_comphelper_test.mk
+0
-5
CppunitTest_i18nlangtag_test_languagetag.mk
i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
+0
-5
CppunitTest_salhelper_testapi.mk
salhelper/CppunitTest_salhelper_testapi.mk
+0
-5
CppunitTest_svl_lngmisc.mk
svl/CppunitTest_svl_lngmisc.mk
+0
-1
Executable_langsupport.mk
svtools/Executable_langsupport.mk
+0
-1
No files found.
basebmp/CppunitTest_basebmp.mk
Dosyayı görüntüle @
81f077bc
...
...
@@ -9,11 +9,6 @@
$(eval $(call gb_CppunitTest_CppunitTest,basebmp_cpputest))
$(eval $(call gb_CppunitTest_set_include,basebmp_cpputest,\
-I$(SRCDIR)/basebmp/inc/ \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_external,basebmp_cpputest,boost_headers))
$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
...
...
basebmp/Library_basebmp.mk
Dosyayı görüntüle @
81f077bc
...
...
@@ -22,11 +22,6 @@ $(eval $(call gb_Library_use_libraries,basebmp,\
$(gb_UWINAPI) \
))
$(eval $(call gb_Library_set_include,basebmp,\
-I$(SRCDIR)/basebmp/inc/ \
$$(INCLUDE) \
))
$(eval $(call gb_Library_add_defs,basebmp,\
-DBASEBMP_DLLIMPLEMENTATION \
))
...
...
canvas/Library_cairocanvas.mk
Dosyayı görüntüle @
81f077bc
...
...
@@ -30,11 +30,6 @@ $(eval $(call gb_Library_Library,cairocanvas))
$(eval $(call gb_Library_set_componentfile,cairocanvas,canvas/source/cairo/cairocanvas))
$(eval $(call gb_Library_set_include,cairocanvas,\
$$(INCLUDE) \
-I$(SRCDIR)/canvas/inc \
))
$(eval $(call gb_Library_use_sdk_api,cairocanvas))
ifeq ($(OS),MACOSX)
...
...
comphelper/CppunitTest_comphelper_test.mk
Dosyayı görüntüle @
81f077bc
...
...
@@ -26,9 +26,4 @@ $(eval $(call gb_CppunitTest_use_libraries,comphelper_test, \
$(gb_UWINAPI) \
))
$(eval $(call gb_CppunitTest_set_include,comphelper_test,\
-I$(SRCDIR)/comphelper/inc \
$$(INCLUDE) \
))
# vim: set noet sw=4 ts=4:
i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
Dosyayı görüntüle @
81f077bc
...
...
@@ -37,11 +37,6 @@ $(eval $(call gb_CppunitTest_use_package,i18nlangtag_test_languagetag,langtag_da
endif
endif
$(eval $(call gb_CppunitTest_set_include,i18nlangtag_test_languagetag,\
-I$(SRCDIR)/i18nlangtag/inc \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_add_exception_objects,i18nlangtag_test_languagetag,\
i18nlangtag/qa/cppunit/test_languagetag \
))
...
...
salhelper/CppunitTest_salhelper_testapi.mk
Dosyayı görüntüle @
81f077bc
...
...
@@ -19,11 +19,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,salhelper_testapi,\
salhelper/qa/test_api \
))
$(eval $(call gb_CppunitTest_set_include,salhelper_testapi,\
$$(INCLUDE) \
-I$(SRCDIR)/salhelper/inc \
))
$(eval $(call gb_CppunitTest_use_external,salhelper_testapi,boost_headers))
$(eval $(call gb_CppunitTest_use_libraries,salhelper_testapi,\
...
...
svl/CppunitTest_svl_lngmisc.mk
Dosyayı görüntüle @
81f077bc
...
...
@@ -50,7 +50,6 @@ endif
$(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\
-I$(SRCDIR)/svl/source/inc \
-I$(SRCDIR)/svl/inc \
$$(INCLUDE) \
))
# vim: set noet sw=4 ts=4:
svtools/Executable_langsupport.mk
Dosyayı görüntüle @
81f077bc
...
...
@@ -14,7 +14,6 @@ $(eval $(call gb_Executable_set_targettype_gui,langsupport,YES))
$(eval $(call gb_Executable_set_include,langsupport,\
$$(INCLUDE) \
-I$(SRCDIR)/svtools/inc \
-I$(SRCDIR)/svtools/inc/svtools \
-I$(SRCDIR)/svtools/source/inc \
))
...
...
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