Changeset 312 in dev for trunk/abdev/BasicCompiler_Common
- Timestamp:
- Aug 31, 2007, 9:51:37 PM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/BasicCompiler.cpp
r308 r312 7 7 #include <Program.h> 8 8 #include <Compiler.h> 9 #include <ver.h> 9 10 10 11 #include "BasicCompiler.h" -
trunk/abdev/BasicCompiler_Common/include/option.h
r307 r312 6 6 ///////////////////////////// 7 7 // ここから 8 9 // バージョン10 #define MAJOR_VER 511 #define MINOR_VER 0012 #define REVISION_VER 0013 14 // バージョン付加文字列15 #ifdef _AMD64_16 #define VER_INFO "(x64) (rev.316)"17 #else18 #define VER_INFO "(rev.316)"19 #endif20 8 21 9
Note:
See TracChangeset
for help on using the changeset viewer.