Changeset 628 in dev for trunk/ab5.0/abdev/compiler_x64


Ignore:
Timestamp:
May 29, 2008, 1:36:02 AM (16 years ago)
Author:
dai_9181
Message:

ジェネリクス型の型解決ができない場合のエラーメッセージを実装した。

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

Legend:

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

    r627 r628  
    326326                </File>
    327327                <File
     328                    RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
     329                    >
     330                </File>
     331                <File
    328332                    RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
    329333                    >
  • trunk/ab5.0/abdev/compiler_x64/stdafx.h

    r603 r628  
    4848#include <CodeGenerator.h>
    4949#include <Messenger.h>
     50#include <ErrorCode.h>
    5051#include <Linker.h>
    5152#include <Compiler.h>
Note: See TracChangeset for help on using the changeset viewer.