Changeset 759 in dev for branches/x64_compiler_on_32/abdev/BasicCompiler_Common/RSrcSection.cpp
- Timestamp:
- Sep 26, 2008, 11:49:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/x64_compiler_on_32/abdev/BasicCompiler_Common/RSrcSection.cpp
r750 r759 864 864 865 865 //プラットフォームをセット 866 #if def _AMD64_866 #if defined _AMD64_ || defined BUILD_X64_COMPILER 867 867 temporary=PermutationString(temporary,"#PLATFORM#","amd64"); 868 868 #else
Note:
See TracChangeset
for help on using the changeset viewer.