From 9f44fe19eb4d9bc668f1325a5dd53c3823c86312 Mon Sep 17 00:00:00 2001 From: Lubos Lunak Date: Wed, 26 Dec 2012 12:51:31 +0100 Subject: INCLUDE_STL does not exist --- solenv/doc/gbuild/solenv/gbuild/linktarget.mk | 2 -- solenv/doc/gbuild/solenv/gbuild/types.mk | 4 ---- 2 files changed, 6 deletions(-) (limited to 'solenv/doc/gbuild') 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 LINKED_LIBS; List AUXTARGETS; List INCLUDE; - List INCLUDE_STL; List LINKED_STATIC_LIBS; List CFLAGS; List CXXFLAGS; @@ -140,7 +139,6 @@ namespace gb static const List CXXFLAGS; static const List LDFLAGS; static const List INCLUDE; - static const List 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 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 include_stl); }; /// A target using the resource compiler class UsesRsc -- cgit