source: dev/trunk/abdev/BasicCompiler_Common/src/Program.cpp@ 318

Last change on this file since 318 was 206, checked in by dai_9181, 17 years ago

コード全体のリファクタリングを実施

File size: 202 bytes
Line 
1#include "stdafx.h"
2
3#include <jenga/include/common/Environment.h>
4
5#include <Program.h>
6
7Jenga::Common::Logger Program::logger( Jenga::Common::Environment::GetAppDir() + "\\logger.log", true );
Note: See TracBrowser for help on using the repository browser.