Ignore:
Timestamp:
Aug 29, 2007, 9:05:22 AM (17 years ago)
Author:
dai_9181
Message:

静的リンクライブラリにより、複数のグローバル領域が存在することになったのでそれぞれを関数ベースに分けた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/BasicCompiler.cpp

    r302 r308  
    11#include "stdafx.h"
     2
     3#include <jenga/include/common/Path.h>
    24
    35#include <jenga/include/smoothie/Smoothie.h>
     
    800802        // 出力ファイル名を絶対パスに変換
    801803        GetFullPath(OutputFileName,baseDirPath.c_str());
     804
     805        // モジュール名をセット
     806        compiler.SetModuleName( Jenga::Common::Path( OutputFileName ).GetFileName() );
    802807    }
    803808
Note: See TracChangeset for help on using the changeset viewer.