Changeset 312 in dev
- Timestamp:
- Aug 31, 2007, 9:51:37 PM (17 years ago)
- Location:
- trunk/abdev
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/BasicCompiler.vcproj
r294 r312 1403 1403 > 1404 1404 </File> 1405 <File 1406 RelativePath="..\BasicCompiler_Common\include\ver.h" 1407 > 1408 </File> 1405 1409 <Filter 1406 1410 Name="言語対応文字列" -
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.