Pol  Revision:cb584c9
compilercfg.h
Go to the documentation of this file.
1 
7 #ifndef BSCRIPT_COMPILERCFG_H
8 #define BSCRIPT_COMPILERCFG_H
9 
10 #include <string>
11 #include <vector>
12 
13 namespace Pol
14 {
15 namespace Bscript
16 {
18 {
19  std::vector<std::string> PackageRoot;
20  std::string IncludeDirectory;
21  std::string ModuleDirectory;
22  std::string PolScriptRoot;
39 
40  void Read( const std::string& path );
41  void SetDefaults();
42 };
43 
45 }
46 }
47 #endif
CompilerConfig compilercfg
std::vector< std::string > PackageRoot
Definition: compilercfg.h:19
Definition: berror.cpp:12
void Read(const std::string &path)
Definition: compilercfg.cpp:21