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
3a8f3504
Kaydet (Commit)
3a8f3504
authored
Agu 30, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Er, I meant gb_CXXFLAGS
Change-Id: Ia68105056fb483b30a985da3b53f85c8a0b5d869
üst
16a4b7ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
com_MSC_defs.mk
solenv/gbuild/platform/com_MSC_defs.mk
+7
-7
No files found.
solenv/gbuild/platform/com_MSC_defs.mk
Dosyayı görüntüle @
3a8f3504
...
@@ -151,13 +151,6 @@ gb_CFLAGS := \
...
@@ -151,13 +151,6 @@ gb_CFLAGS := \
-Zc:wchar_t- \
-Zc:wchar_t- \
-Zm500 \
-Zm500 \
ifeq ($(CPUNAME),X86_64)
gb_CFLAGS += \
-wd4267 \
endif
gb_CXXFLAGS := \
gb_CXXFLAGS := \
-Gd \
-Gd \
-GR \
-GR \
...
@@ -203,6 +196,13 @@ ifeq ($(VCVER),100)
...
@@ -203,6 +196,13 @@ ifeq ($(VCVER),100)
endif
endif
ifeq ($(CPUNAME),X86_64)
gb_CXXFLAGS += \
-wd4267 \
endif
ifneq ($(VCVER),100)
ifneq ($(VCVER),100)
# rc.exe does not support -nologo in 6.1.6723.1 that is in the Windows SDK 6.0A
# rc.exe does not support -nologo in 6.1.6723.1 that is in the Windows SDK 6.0A
gb_RCFLAGS += -nologo
gb_RCFLAGS += -nologo
...
...
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