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


Ignore:
Timestamp:
Apr 30, 2008, 8:38:09 PM (16 years ago)
Author:
dai_9181
Message:

Interfaceクラスを独自ファイルにした。

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

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj

    r512 r513  
    12921292                    </File>
    12931293                    <File
     1294                        RelativePath="..\BasicCompiler_Common\src\Interface.cpp"
     1295                        >
     1296                    </File>
     1297                    <File
    12941298                        RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp"
    12951299                        >
     
    14971501                    </File>
    14981502                    <File
     1503                        RelativePath="..\BasicCompiler_Common\include\Interface.h"
     1504                        >
     1505                    </File>
     1506                    <File
    14991507                        RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
    15001508                        >
  • trunk/ab5.0/abdev/compiler_x86/stdafx.h

    r511 r513  
    4444#include <Hashmap.h>
    4545#include <Configuration.h>
     46#include <Type.h>
     47#include <Method.h>
     48#include <Interface.h>
    4649#include <Class.h>
    4750#include <Procedure.h>
Note: See TracChangeset for help on using the changeset viewer.