Changeset 108 in dev for BasicCompiler32


Ignore:
Timestamp:
May 6, 2007, 6:52:10 PM (17 years ago)
Author:
dai_9181
Message:

関数、クラスメソッドにImports機構を適用。

Location:
BasicCompiler32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/BasicCompiler.vcproj

    r107 r108  
    7575            <Tool
    7676                Name="VCLinkerTool"
    77                 AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib"
     77                AdditionalDependencies="comctl32.lib psapi.lib"
    7878                OutputFile="../ActiveBasic/BasicCompiler32.exe"
    7979                LinkIncremental="2"
  • BasicCompiler32/Compile_ProcOp.cpp

    r101 r108  
    269269    // コンパイル中の関数が属する名前空間
    270270    Smoothie::Lexical::liveingNamespaceScopes = pUserProc->GetNamespaceScopes();
     271
     272    // コンパイル中の関数でImportsされている名前空間
     273    Smoothie::Meta::importedNamespaces = pUserProc->GetImportedNamespaces();
    271274
    272275    if(pUserProc->IsSystem()){
Note: See TracChangeset for help on using the changeset viewer.