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


Ignore:
Timestamp:
Apr 28, 2008, 8:14:31 PM (16 years ago)
Author:
dai_9181
Message:

NamespaceSupporterクラスをab_commonプロジェクトに移動した。

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

Legend:

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

    r465 r507  
    66#include <Class.h>
    77#include <Variable.h>
    8 #include <NamespaceSupporter.h>
    98
    109#include "../BasicCompiler_Common/common.h"
  • trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj

    r506 r507  
    13081308                    </File>
    13091309                    <File
    1310                         RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
    1311                         >
    1312                     </File>
    1313                     <File
    13141310                        RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp"
    13151311                        >
     
    15211517                    </File>
    15221518                    <File
    1523                         RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
    1524                         >
    1525                     </File>
    1526                     <File
    15271519                        RelativePath="..\BasicCompiler_Common\include\NativeCode.h"
    15281520                        >
  • trunk/ab5.0/abdev/compiler_x86/stdafx.h

    r506 r507  
    3333#include <abdev/ab_common/Environment.h>
    3434#include <abdev/ab_common/include/Namespace.h>
     35#include <abdev/ab_common/include/NamespaceSupporter.h>
    3536
    3637using namespace ActiveBasic::Common::Lexical;
Note: See TracChangeset for help on using the changeset viewer.