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


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

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

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

Legend:

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

    r484 r505  
    13031303                    </File>
    13041304                    <File
    1305                         RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
    1306                         >
    1307                     </File>
    1308                     <File
    13091305                        RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
    13101306                        >
     
    15161512                    </File>
    15171513                    <File
    1518                         RelativePath="..\BasicCompiler_Common\include\Namespace.h"
    1519                         >
    1520                     </File>
    1521                     <File
    15221514                        RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
    15231515                        >
  • trunk/ab5.0/abdev/compiler_x86/stdafx.h

    r477 r505  
    2121//boost libraries
    2222#include <boost/foreach.hpp>
     23#include <boost/serialization/serialization.hpp>
     24#include <boost/serialization/nvp.hpp>
     25#include <boost/serialization/export.hpp>
    2326
    2427#include <jenga/include/common/CmdLine.h>
     
    2932
    3033#include <abdev/ab_common/Environment.h>
     34#include <abdev/ab_common/include/Namespace.h>
     35
     36using namespace ActiveBasic::Common::Lexical;
    3137
    3238#include "../BasicCompiler_Common/common.h"
Note: See TracChangeset for help on using the changeset viewer.