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


Ignore:
Timestamp:
Jun 25, 2008, 12:58:42 AM (16 years ago)
Author:
dai_9181
Message:

バージョンを5.0.0.5に上げた(CP5としてリリース用)。

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

Legend:

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

    r483 r660  
    396396END
    397397
     398
     399#ifndef _MAC
     400/////////////////////////////////////////////////////////////////////////////
     401//
     402// Version
     403//
     404
     405VS_VERSION_INFO VERSIONINFO
     406 FILEVERSION 5,0,0,5
     407 PRODUCTVERSION 5,0,0,5
     408 FILEFLAGSMASK 0x3fL
     409#ifdef _DEBUG
     410 FILEFLAGS 0x1L
     411#else
     412 FILEFLAGS 0x0L
     413#endif
     414 FILEOS 0x40004L
     415 FILETYPE 0x1L
     416 FILESUBTYPE 0x0L
     417BEGIN
     418    BLOCK "StringFileInfo"
     419    BEGIN
     420        BLOCK "041104b0"
     421        BEGIN
     422            VALUE "Comments", "\0"
     423            VALUE "CompanyName", "activebasic.com\0"
     424            VALUE "FileDescription", "ActiveBasic x64 Compiler\0"
     425            VALUE "FileVersion", "5, 0, 0, 5\0"
     426            VALUE "InternalName", "abc\0"
     427            VALUE "LegalCopyright", "Copyright (C) 2008 activebasic.com\0"
     428            VALUE "LegalTrademarks", "\0"
     429            VALUE "OriginalFilename", "abc.exe\0"
     430            VALUE "PrivateBuild", "\0"
     431            VALUE "ProductName", "ActiveBasic x64 Compiler\0"
     432            VALUE "ProductVersion", "5, 0, 0, 5\0"
     433            VALUE "SpecialBuild", "\0"
     434        END
     435    END
     436    BLOCK "VarFileInfo"
     437    BEGIN
     438        VALUE "Translation", 0x411, 1200
     439    END
     440END
     441
     442#endif    // !_MAC
     443
    398444#endif    // 日本語 resources
    399445/////////////////////////////////////////////////////////////////////////////
  • trunk/ab5.0/abdev/compiler_x64/resource.h

    r3 r660  
    11//{{NO_DEPENDENCIES}}
    22// Microsoft Developer Studio generated include file.
    3 // Used by BasicCompiler.rc
     3// Used by compiler_x64.rc
    44//
    55#define IDD_MAIN                        101
Note: See TracChangeset for help on using the changeset viewer.