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
f549dc8f
Kaydet (Commit)
f549dc8f
authored
Mar 16, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use realpath to avoid -I options containing symlinks on Cygwin
üst
b6066169
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
Executable_mkunroll.mk
tools/Executable_mkunroll.mk
+3
-3
Executable_rscdep.mk
tools/Executable_rscdep.mk
+3
-3
Executable_so_checksum.mk
tools/Executable_so_checksum.mk
+3
-3
Executable_sspretty.mk
tools/Executable_sspretty.mk
+3
-3
No files found.
tools/Executable_mkunroll.mk
Dosyayı görüntüle @
f549dc8f
...
@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,mkunroll))
...
@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,mkunroll))
$(eval $(call gb_Executable_set_include,mkunroll,\
$(eval $(call gb_Executable_set_include,mkunroll,\
$$(INCLUDE) \
$$(INCLUDE) \
-I$(
SRCDIR)/tools/inc/
\
-I$(
realpath $(SRCDIR)/tools/inc)
\
-I$(
SRCDIR)/tools/inc/pch
\
-I$(
realpath $(SRCDIR)/tools/inc/pch)
\
-I$(
SRCDIR)/tools/bootstrp/
\
-I$(
realpath $(SRCDIR)/tools/bootstrp)
\
))
))
$(eval $(call gb_Executable_set_cxxflags,mkunroll,\
$(eval $(call gb_Executable_set_cxxflags,mkunroll,\
...
...
tools/Executable_rscdep.mk
Dosyayı görüntüle @
f549dc8f
...
@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,rscdep))
...
@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,rscdep))
$(eval $(call gb_Executable_set_include,rscdep,\
$(eval $(call gb_Executable_set_include,rscdep,\
$$(INCLUDE) \
$$(INCLUDE) \
-I$(
SRCDIR)/tools/inc/
\
-I$(
realpath $(SRCDIR)/tools/inc)
\
-I$(
SRCDIR)/tools/inc/pch
\
-I$(
realpath $(SRCDIR)/tools/inc/pch)
\
-I$(
SRCDIR)/tools/bootstrp/
\
-I$(
realpath $(SRCDIR)/tools/bootstrp)
\
))
))
$(eval $(call gb_Executable_set_cxxflags,rscdep,\
$(eval $(call gb_Executable_set_cxxflags,rscdep,\
...
...
tools/Executable_so_checksum.mk
Dosyayı görüntüle @
f549dc8f
...
@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,so_checksum))
...
@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,so_checksum))
$(eval $(call gb_Executable_set_include,so_checksum,\
$(eval $(call gb_Executable_set_include,so_checksum,\
$$(INCLUDE) \
$$(INCLUDE) \
-I$(
SRCDIR)/tools/inc/
\
-I$(
realpath $(SRCDIR)/tools/inc)
\
-I$(
SRCDIR)/tools/inc/pch
\
-I$(
realpath $(SRCDIR)/tools/inc/pch)
\
-I$(
SRCDIR)/tools/bootstrp/
\
-I$(
realpath $(SRCDIR)/tools/bootstrp)
\
))
))
$(eval $(call gb_Executable_set_cxxflags,so_checksum,\
$(eval $(call gb_Executable_set_cxxflags,so_checksum,\
...
...
tools/Executable_sspretty.mk
Dosyayı görüntüle @
f549dc8f
...
@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,sspretty))
...
@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,sspretty))
$(eval $(call gb_Executable_set_include,sspretty,\
$(eval $(call gb_Executable_set_include,sspretty,\
$$(INCLUDE) \
$$(INCLUDE) \
-I$(
SRCDIR)/tools/inc/
\
-I$(
realpath $(SRCDIR)/tools/inc)
\
-I$(
SRCDIR)/tools/inc/pch
\
-I$(
realpath $(SRCDIR)/tools/inc/pch)
\
-I$(
SRCDIR)/tools/bootstrp/
\
-I$(
realpath $(SRCDIR)/tools/bootstrp)
\
))
))
$(eval $(call gb_Executable_set_cxxflags,sspretty,\
$(eval $(call gb_Executable_set_cxxflags,sspretty,\
...
...
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