Changeset 312 in dev


Ignore:
Timestamp:
Aug 31, 2007, 9:51:37 PM (17 years ago)
Author:
dai_9181
Message:

バージョン情報をver.hに独立させた。

Location:
trunk/abdev
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/BasicCompiler.vcproj

    r294 r312  
    14031403                >
    14041404            </File>
     1405            <File
     1406                RelativePath="..\BasicCompiler_Common\include\ver.h"
     1407                >
     1408            </File>
    14051409            <Filter
    14061410                Name="言語対応文字列"
  • trunk/abdev/BasicCompiler_Common/BasicCompiler.cpp

    r308 r312  
    77#include <Program.h>
    88#include <Compiler.h>
     9#include <ver.h>
    910
    1011#include "BasicCompiler.h"
  • trunk/abdev/BasicCompiler_Common/include/option.h

    r307 r312  
    66/////////////////////////////
    77// ここから
    8 
    9 // バージョン
    10 #define MAJOR_VER       5
    11 #define MINOR_VER       00
    12 #define REVISION_VER    00
    13 
    14 // バージョン付加文字列
    15 #ifdef _AMD64_
    16 #define VER_INFO        "(x64) (rev.316)"
    17 #else
    18 #define VER_INFO        "(rev.316)"
    19 #endif
    208
    219
Note: See TracChangeset for help on using the changeset viewer.