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
b796c129
Kaydet (Commit)
b796c129
authored
Agu 20, 2011
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no need to redefine gb_Helper_conert_native over and over again....
üst
ace5147f
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
59 deletions
+0
-59
dragonfly.mk
solenv/gbuild/platform/dragonfly.mk
+0
-7
freebsd.mk
solenv/gbuild/platform/freebsd.mk
+0
-7
linux.mk
solenv/gbuild/platform/linux.mk
+0
-7
macosx.mk
solenv/gbuild/platform/macosx.mk
+0
-7
netbsd.mk
solenv/gbuild/platform/netbsd.mk
+0
-7
openbsd.mk
solenv/gbuild/platform/openbsd.mk
+0
-7
solaris.mk
solenv/gbuild/platform/solaris.mk
+0
-7
winmingw.mk
solenv/gbuild/platform/winmingw.mk
+0
-10
No files found.
solenv/gbuild/platform/dragonfly.mk
Dosyayı görüntüle @
b796c129
...
@@ -42,11 +42,4 @@ include $(GBUILDDIR)/platform/unxgcc.mk
...
@@ -42,11 +42,4 @@ include $(GBUILDDIR)/platform/unxgcc.mk
gb_CppunitTest_CPPTESTPRECOMMAND := LD_LIBRARY_PATH=$(OUTDIR)/lib:/usr/pkg/lib
gb_CppunitTest_CPPTESTPRECOMMAND := LD_LIBRARY_PATH=$(OUTDIR)/lib:/usr/pkg/lib
# convert parameters filesystem root to native notation
# does some real work only on windows, make sure not to
# break the dummy implementations on unx*
define gb_Helper_convert_native
$(1)
endef
# vim: set noet sw=4:
# vim: set noet sw=4:
solenv/gbuild/platform/freebsd.mk
Dosyayı görüntüle @
b796c129
...
@@ -40,11 +40,4 @@ gb_COMPILERDEFAULTOPTFLAGS := -O2
...
@@ -40,11 +40,4 @@ gb_COMPILERDEFAULTOPTFLAGS := -O2
include $(GBUILDDIR)/platform/unxgcc.mk
include $(GBUILDDIR)/platform/unxgcc.mk
# convert parameters filesystem root to native notation
# does some real work only on windows, make sure not to
# break the dummy implementations on unx*
define gb_Helper_convert_native
$(1)
endef
# vim: set noet sw=4:
# vim: set noet sw=4:
solenv/gbuild/platform/linux.mk
Dosyayı görüntüle @
b796c129
...
@@ -31,11 +31,4 @@ gb_LinkTarget_LDFLAGS += \
...
@@ -31,11 +31,4 @@ gb_LinkTarget_LDFLAGS += \
include $(GBUILDDIR)/platform/unxgcc.mk
include $(GBUILDDIR)/platform/unxgcc.mk
# convert parameters filesystem root to native notation
# does some real work only on windows, make sure not to
# break the dummy implementations on unx*
define gb_Helper_convert_native
$(1)
endef
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
solenv/gbuild/platform/macosx.mk
Dosyayı görüntüle @
b796c129
...
@@ -157,13 +157,6 @@ define gb_Helper_convert_native
...
@@ -157,13 +157,6 @@ define gb_Helper_convert_native
$(1)
$(1)
endef
endef
# convert parameters filesystem root to native notation
# does some real work only on windows, make sure not to
# break the dummy implementations on unx*
define gb_Helper_convert_native
$(1)
endef
# YaccObject class
# YaccObject class
ifeq ($(CPUNAME),POWERPC)
ifeq ($(CPUNAME),POWERPC)
...
...
solenv/gbuild/platform/netbsd.mk
Dosyayı görüntüle @
b796c129
...
@@ -42,11 +42,4 @@ include $(GBUILDDIR)/platform/unxgcc.mk
...
@@ -42,11 +42,4 @@ include $(GBUILDDIR)/platform/unxgcc.mk
gb_CppunitTest_CPPTESTPRECOMMAND := LD_LIBRARY_PATH=$(OUTDIR)/lib:/usr/pkg/lib:/usr/X11R7/lib
gb_CppunitTest_CPPTESTPRECOMMAND := LD_LIBRARY_PATH=$(OUTDIR)/lib:/usr/pkg/lib:/usr/X11R7/lib
# convert parameters filesystem root to native notation
# does some real work only on windows, make sure not to
# break the dummy implementations on unx*
define gb_Helper_convert_native
$(1)
endef
# vim: set noet sw=4:
# vim: set noet sw=4:
solenv/gbuild/platform/openbsd.mk
Dosyayı görüntüle @
b796c129
...
@@ -61,11 +61,4 @@ mkdir -p $(dir $(1)) && \
...
@@ -61,11 +61,4 @@ mkdir -p $(dir $(1)) && \
-o $(1))
-o $(1))
endef
endef
# convert parameters filesystem root to native notation
# does some real work only on windows, make sure not to
# break the dummy implementations on unx*
define gb_Helper_convert_native
$(1)
endef
# vim: set noet sw=4:
# vim: set noet sw=4:
solenv/gbuild/platform/solaris.mk
Dosyayı görüntüle @
b796c129
...
@@ -138,13 +138,6 @@ define gb_Helper_convert_native
...
@@ -138,13 +138,6 @@ define gb_Helper_convert_native
$(1)
$(1)
endef
endef
# convert parameters filesystem root to native notation
# does some real work only on windows, make sure not to
# break the dummy implementations on unx*
define gb_Helper_convert_native
$(1)
endef
# CObject class
# CObject class
...
...
solenv/gbuild/platform/winmingw.mk
Dosyayı görüntüle @
b796c129
...
@@ -211,16 +211,6 @@ else
...
@@ -211,16 +211,6 @@ else
gb_Helper_set_ld_path := LD_LIBRARY_PATH=$(OUTDIR_FOR_BUILD)/lib
gb_Helper_set_ld_path := LD_LIBRARY_PATH=$(OUTDIR_FOR_BUILD)/lib
endif
endif
# does some real work only on windows, make sure not to
# break the dummy implementations on unx*
define gb_Helper_convert_native
$(patsubst -I$(OUTDIR)%,-I$(gb_Helper_OUTDIR_NATIVE)%, \
$(patsubst $(OUTDIR)%,$(gb_Helper_OUTDIR_NATIVE)%, \
$(patsubst $(WORKDIR)%,$(gb_Helper_WORKDIR_NATIVE)%, \
$(patsubst $(SRCDIR)%,$(gb_Helper_SRCDIR_NATIVE)%, \
$(1)))))
endef
# convert parameters filesystem root to native notation
# convert parameters filesystem root to native notation
# does some real work only on windows, make sure not to
# does some real work only on windows, make sure not to
# break the dummy implementations on unx*
# break the dummy implementations on unx*
...
...
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