NCBI C++ ToolKit
|
#include "stl_msvc_usage.hpp"
#include <string>
#include <list>
#include <corelib/ncbistre.hpp>
#include "proj_utils.hpp"
#include <corelib/ncbienv.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SKeyValue |
Key Value struct. More... | |
class | CSimpleMakeFileContents |
CSimpleMakeFileContents –. More... | |
struct | CSimpleMakeFileContents::SParser |
Enumerations | |
enum | EMakeFileType { eMakeType_Undefined = 0 , eMakeType_Potential = 1 , eMakeType_Expendable = 2 , eMakeType_Excluded = 3 , eMakeType_ExcludedByReq = 4 } |
Functions | |
string | MakeFileTypeAsString (EMakeFileType type) |
enum EMakeFileType |
Enumerator | |
---|---|
eMakeType_Undefined | |
eMakeType_Potential | |
eMakeType_Expendable | |
eMakeType_Excluded | |
eMakeType_ExcludedByReq |
Definition at line 44 of file file_contents.hpp.
string MakeFileTypeAsString | ( | EMakeFileType | type | ) |
Definition at line 39 of file file_contents.cpp.
References eMakeType_Excluded, eMakeType_ExcludedByReq, eMakeType_Expendable, eMakeType_Potential, and eMakeType_Undefined.
Referenced by CPreBuildEventTool::CommandLine(), CProjectTreeBuilder::ProcessMakeAppFile(), CProjectTreeBuilder::ProcessMakeInFile(), CProjectTreeBuilder::ProcessMakeLibFile(), and CProjectTreeBuilder::ProcessUserProjFile().