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


Ignore:
Timestamp:
Apr 30, 2008, 10:22:12 AM (17 years ago)
Author:
dai_9181
Message:

Prototypeクラスを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

    r509 r510  
    15291529                    </File>
    15301530                    <File
    1531                         RelativePath="..\BasicCompiler_Common\include\Prototype.h"
    1532                         >
    1533                     </File>
    1534                     <File
    15351531                        RelativePath="..\BasicCompiler_Common\include\Source.h"
    15361532                        >
  • trunk/ab5.0/abdev/compiler_x86/stdafx.h

    r509 r510  
    3535#include <abdev/ab_common/include/NamespaceSupporter.h>
    3636#include <abdev/ab_common/include/Symbol.h>
     37#include <abdev/ab_common/include/Prototype.h>
    3738
    3839using namespace ActiveBasic::Common::Lexical;
Note: See TracChangeset for help on using the changeset viewer.