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
dec68c66
Kaydet (Commit)
dec68c66
authored
Eyl 29, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
the build tools need to know executable extension
Change-Id: I44479648dd75142864503650494fb2e3f95fe719
üst
093fe6c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
gbuild.mk
solenv/gbuild/gbuild.mk
+12
-12
No files found.
solenv/gbuild/gbuild.mk
Dosyayı görüntüle @
dec68c66
...
@@ -171,6 +171,18 @@ include $(SRCDIR)/Repository.mk
...
@@ -171,6 +171,18 @@ include $(SRCDIR)/Repository.mk
include $(SRCDIR)/RepositoryExternal.mk
include $(SRCDIR)/RepositoryExternal.mk
$(eval $(call gb_Helper_collect_libtargets))
$(eval $(call gb_Helper_collect_libtargets))
gb_Library_DLLPOSTFIX := lo
# Include platform/cpu/compiler specific config/definitions
include $(GBUILDDIR)/platform/$(OS)_$(CPUNAME)_$(COM).mk
ifeq ($(CROSS_COMPILING),YES)
# We can safely Assume all cross-compilation is from Unix systems.
gb_Executable_EXT_for_build :=
else
gb_Executable_EXT_for_build := $(gb_Executable_EXT)
endif
# Set up build tools that can be either internal or system. It is
# Set up build tools that can be either internal or system. It is
# necessary to do it before we start including gbuild class makefiles,
# necessary to do it before we start including gbuild class makefiles,
# so the classes can add dependencies on them.
# so the classes can add dependencies on them.
...
@@ -217,18 +229,6 @@ else
...
@@ -217,18 +229,6 @@ else
gb_UCPPTARGET := $(call gb_Executable_get_target_for_build,ucpp)
gb_UCPPTARGET := $(call gb_Executable_get_target_for_build,ucpp)
endif
endif
gb_Library_DLLPOSTFIX := lo
# Include platform/cpu/compiler specific config/definitions
include $(GBUILDDIR)/platform/$(OS)_$(CPUNAME)_$(COM).mk
ifeq ($(CROSS_COMPILING),YES)
# We can safely Assume all cross-compilation is from Unix systems.
gb_Executable_EXT_for_build :=
else
gb_Executable_EXT_for_build := $(gb_Executable_EXT)
endif
include $(GBUILDDIR)/Tempfile.mk
include $(GBUILDDIR)/Tempfile.mk
include $(SRCDIR)/RepositoryFixes.mk
include $(SRCDIR)/RepositoryFixes.mk
...
...
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