Changeset 506 in dev for trunk/ab5.0/abdev/compiler_x86


Ignore:
Timestamp:
Apr 28, 2008, 7:52:46 PM (16 years ago)
Author:
dai_9181
Message:

LexicalAnalyzerクラスを追加。

Location:
trunk/ab5.0/abdev/compiler_x86
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp

    r477 r506  
    153153
    154154    // 名前空間情報を取得
    155     NamespaceSupporter::CollectNamespaces(
     155    ActiveBasic::Compiler::LexicalAnalyzer::CollectNamespaces(
    156156        compiler.GetObjectModule().GetCurrentSource().GetBuffer(),
    157157        compiler.GetObjectModule().meta.GetNamespaces()
  • trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj

    r505 r506  
    55    Name="compiler_x86"
    66    ProjectGUID="{11F0E9AB-EAEC-4616-A9DD-838073342CBB}"
     7    RootNamespace="compiler_x86"
    78    >
    89    <Platforms>
     
    12521253                </File>
    12531254                <File
     1255                    RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer.cpp"
     1256                    >
     1257                </File>
     1258                <File
    12541259                    RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
    12551260                    >
     
    14611466                </File>
    14621467                <File
     1468                    RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
     1469                    >
     1470                </File>
     1471                <File
    14631472                    RelativePath="..\BasicCompiler_Common\include\Linker.h"
    14641473                    >
  • trunk/ab5.0/abdev/compiler_x86/stdafx.h

    r505 r506  
    4444#include <Compiler.h>
    4545#include <Debugger.h>
     46#include <LexicalAnalyzer.h>
Note: See TracChangeset for help on using the changeset viewer.