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
9f44fe19
Kaydet (Commit)
9f44fe19
authored
Ara 26, 2012
tarafından
Lubos Lunak
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INCLUDE_STL does not exist
üst
beec3537
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
linktarget.mk
solenv/doc/gbuild/solenv/gbuild/linktarget.mk
+0
-2
types.mk
solenv/doc/gbuild/solenv/gbuild/types.mk
+0
-4
PrecompiledHeaders.mk
solenv/gbuild/PrecompiledHeaders.mk
+2
-2
No files found.
solenv/doc/gbuild/solenv/gbuild/linktarget.mk
Dosyayı görüntüle @
9f44fe19
...
...
@@ -112,7 +112,6 @@ namespace gb
List
<
Library
>
LINKED_LIBS
;
List
<
Path
>
AUXTARGETS
;
List
<
Path
>
INCLUDE
;
List
<
Path
>
INCLUDE_STL
;
List
<
StaticLibrary
>
LINKED_STATIC_LIBS
;
List
<
String
>
CFLAGS
;
List
<
String
>
CXXFLAGS
;
...
...
@@ -140,7 +139,6 @@ namespace gb
static
const
List
<
String
>
CXXFLAGS
;
static
const
List
<
String
>
LDFLAGS
;
static
const
List
<
Path
>
INCLUDE
;
static
const
List
<
Path
>
INCLUDE_STL
;
};
}
/* vim: set filetype=cpp : */
solenv/doc/gbuild/solenv/gbuild/types.mk
Dosyayı görüntüle @
9f44fe19
...
...
@@ -160,10 +160,6 @@ namespace gb { namespace types
/// \$\$(INCLUDE) contains the current paths and can be used if
/// just a few need to be modified.
void
set_include
(
List
<
Path
>
include
);
/// Sets the stl include paths for C++ compilation.
/// \$\$(INCLUDE_STL) contains the current paths and can be used if
/// just a few need to be modified.
void
set_include_stl
(
List
<
Path
>
include_stl
);
};
/// A target using the resource compiler
class
UsesRsc
...
...
solenv/gbuild/PrecompiledHeaders.mk
Dosyayı görüntüle @
9f44fe19
...
...
@@ -51,10 +51,10 @@ $(call gb_NoexPrecompiledHeader_get_dep_target,%) :
echo '$(call gb_NoexPrecompiledHeader_get_target,$*) : $$(gb_Helper_PHONY)' > $@)
$(call gb_PrecompiledHeader_get_target,%) :
$(call gb_PrecompiledHeader__command,$@,$*,$<,$(PCH_DEFS),$(PCH_CXXFLAGS) $(gb_PrecompiledHeader_EXCEPTIONFLAGS),$(INCLUDE
_STL) $(INCLUDE
))
$(call gb_PrecompiledHeader__command,$@,$*,$<,$(PCH_DEFS),$(PCH_CXXFLAGS) $(gb_PrecompiledHeader_EXCEPTIONFLAGS),$(INCLUDE))
$(call gb_NoexPrecompiledHeader_get_target,%) :
$(call gb_NoexPrecompiledHeader__command,$@,$*,$<,$(PCH_DEFS),$(PCH_CXXFLAGS) $(gb_NoexPrecompiledHeader_NOEXCEPTIONFLAGS),$(INCLUDE
_STL) $(INCLUDE
))
$(call gb_NoexPrecompiledHeader__command,$@,$*,$<,$(PCH_DEFS),$(PCH_CXXFLAGS) $(gb_NoexPrecompiledHeader_NOEXCEPTIONFLAGS),$(INCLUDE))
.PHONY : $(call gb_PrecompiledHeader_get_clean_target,%) $(call gb_NoExPrecompiledHeader_get_clean_target,%)
$(call gb_PrecompiledHeader_get_clean_target,%) :
...
...
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