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


Ignore:
Timestamp:
Apr 7, 2008, 2:15:28 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/Compile_Func.cpp

    r468 r485  
    66#include "Opcode.h"
    77
    8 #ifdef _AMD64_
    9 #include "../BasicCompiler64/FunctionValue.h"
    10 #else
    11 #include "../BasicCompiler32/FunctionValue.h"
    12 #endif
     8#include "FunctionValue.h"
    139
    1410int GetFunctionFromName(char *FuncName){
  • trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj

    r483 r485  
    33    ProjectType="Visual C++"
    44    Version="8.00"
    5     Name="BasicCompiler"
     5    Name="compiler_x64"
    66    ProjectGUID="{864B921B-423B-4F9E-9E6B-31B15968EDF9}"
    77    RootNamespace="BasicCompiler"
Note: See TracChangeset for help on using the changeset viewer.