Ignore:
Timestamp:
Jun 17, 2007, 9:56:19 PM (17 years ago)
Author:
dai_9181
Message:

BasicSysDirをGetAppDirに置き換えた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Smoothie.cpp

    r159 r167  
    11#include <..\common.h>
    2 
    3 string Smoothie::Logger::log = "";
    4 
    5 void Smoothie::Logger::Put( const string &text )
    6 {
    7 //#ifdef _DEBUG
    8     log += text + "\r\n";
    9 
    10     {
    11         ofstream ofs( ( (string)BasicSystemDir + "Log\\compile.log" ).c_str(), ios_base::app );
    12         ofs << text << endl;
    13         ofs.close();
    14     }
    15 //#endif
    16 }
    172
    183BasicSource Smoothie::Lexical::source;
Note: See TracChangeset for help on using the changeset viewer.