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


Ignore:
Timestamp:
Apr 7, 2008, 2:09:17 AM (16 years ago)
Author:
dai_9181
Message:

プロジェクトのリネーム中

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

Legend:

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

    r465 r484  
    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_x86/compiler_x86.vcproj

    r482 r484  
    235235            >
    236236            <File
    237                 RelativePath="BasicCompiler.rc"
    238                 >
    239                 <FileConfiguration
    240                     Name="Debug|Win32"
    241                     >
    242                     <Tool
    243                         Name="VCResourceCompilerTool"
    244                         PreprocessorDefinitions=""
    245                     />
    246                 </FileConfiguration>
    247                 <FileConfiguration
    248                     Name="Release|Win32"
    249                     >
    250                     <Tool
    251                         Name="VCResourceCompilerTool"
    252                         PreprocessorDefinitions=""
    253                     />
    254                 </FileConfiguration>
    255             </File>
    256             <File
    257237                RelativePath=".\stdafx.cpp"
    258238                >
     
    16111591            >
    16121592            <File
     1593                RelativePath=".\compiler_x86.rc"
     1594                >
     1595            </File>
     1596            <File
    16131597                RelativePath="icon1.ico"
    16141598                >
Note: See TracChangeset for help on using the changeset viewer.