source:
dev/trunk/abdev/BasicCompiler_Common/src/Program.cpp@
420
Last change on this file since 420 was 206, checked in by , 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 | |
7 | Jenga::Common::Logger Program::logger( Jenga::Common::Environment::GetAppDir() + "\\logger.log", true ); |
Note:
See TracBrowser
for help on using the repository browser.