source: dev/trunk/ab5.0/abdev/ab_common/Environment.h@ 475

Last change on this file since 475 was 475, checked in by dai_9181, 16 years ago

構成管理を変更中・・・(いったんコミット)

File size: 256 bytes
Line 
1#pragma once
2
3namespace ActiveBasic{ namespace Common{
4
5
6class Environment
7{
8public:
9 static const std::string GetAbdevRootPath();
10 static const std::string GetX86CompilerExePath();
11 static const std::string GetX64CompilerExePath();
12};
13
14
15}}
Note: See TracBrowser for help on using the repository browser.