summaryrefslogtreecommitdiff
path: root/solenv/doc
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@suse.cz>2012-12-26 12:51:31 +0100
committerLubos Lunak <l.lunak@suse.cz>2012-12-26 13:56:47 +0100
commit9f44fe19eb4d9bc668f1325a5dd53c3823c86312 (patch)
tree13dc0ef628e8b9a80019a3fb1252ec577e138d5a /solenv/doc
parentbeec35375e60399044e6c07defe2703e976a30d7 (diff)
INCLUDE_STL does not exist
Diffstat (limited to 'solenv/doc')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/linktarget.mk2
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/types.mk4
2 files changed, 0 insertions, 6 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/linktarget.mk b/solenv/doc/gbuild/solenv/gbuild/linktarget.mk
index 3de605e0c0a2..0321c8a64358 100644
--- a/solenv/doc/gbuild/solenv/gbuild/linktarget.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/linktarget.mk
@@ -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 : */
diff --git a/solenv/doc/gbuild/solenv/gbuild/types.mk b/solenv/doc/gbuild/solenv/gbuild/types.mk
index acad9535aaa1..8cdf80259570 100644
--- a/solenv/doc/gbuild/solenv/gbuild/types.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/types.mk
@@ -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