Visual C++ Express 2010 で ckw (x64) のビルド
hg clone git://github.com/deflis/ckw-mod.git
VC++ を起動して ckw-mod\vc2010\ckw.sln を開く。
ckw プロジェクトの「プロパティ - 構成プロパティ - プラットフォーム ツールセット」を Windows7.1SDK へ変更。
ckw ソリューションの「プロパティ - 構成プロパティ」のビルドへチェック。
構成を Release、プラットフォームを x64 に変更。
メニューの「デバッグ - ソリューションのビルド」を実行して完成。
>"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\dumpbin.exe" /headers Y:\ckw-mod\vc2010\x64\Release\ckw.exe | findstr machine 8664 machine (x64)
参考: WTL, Visual C++ 2010 Expressで64bitコンパイル
バイナリの確認
>"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\dumpbin.exe" /headers Y:\ckw-mod\vc2010\x64\Release\ckw.exe | findstr machine 8664 machine (x64)