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

Last change on this file since 216 was 206, checked in by dai_9181, 18 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.