• R/O
  • HTTP
  • SSH
  • HTTPS

Deeangband-new: コミット

Deeangbandのフルスクラッチ新ソースコード。
BSD系ライセンスを採用予定。


コミットメタ情報

リビジョンcb65de0ac86bccf49b9f72a92815f230835f7930 (tree)
日時2014-02-28 21:53:52
作者Deskull <deskull@user...>
コミッターDeskull

ログメッセージ

Add boost libraries.

変更サマリ

差分

--- a/Deeangband/Deeangband.vcxproj
+++ b/Deeangband/Deeangband.vcxproj
@@ -41,8 +41,8 @@
4141 <PropertyGroup Label="UserMacros" />
4242 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
4343 <LinkIncremental>true</LinkIncremental>
44- <IncludePath>C:\Program Files\SDL2-2.0.1\include;C:\Program Files\SDL2_image-2.0.0\include;$(IncludePath)</IncludePath>
45- <LibraryPath>C:\Program Files\SDL2_image-2.0.0\lib\x86;C:\Program Files\SDL2-2.0.1\lib\x86;$(LibraryPath)</LibraryPath>
44+ <IncludePath>C:\local\boost_1_55_0;C:\Program Files\SDL2-2.0.1\include;C:\Program Files\SDL2_image-2.0.0\include;$(IncludePath)</IncludePath>
45+ <LibraryPath>C:\Program Files\SDL2_image-2.0.0\lib\x86;C:\Program Files\SDL2-2.0.1\lib\x86;C:\local\boost_1_55_0\lib32-msvc-11.0;$(LibraryPath)</LibraryPath>
4646 <OutDir>$(SolutionDir)\</OutDir>
4747 </PropertyGroup>
4848 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
--- a/Deeangband/stdafx.h
+++ b/Deeangband/stdafx.h
@@ -32,5 +32,13 @@
3232 #include <memory>
3333 #include <cstdlib>
3434 #include <list>
35+
36+#include <cassert>
37+#include <fstream>
38+#include <boost/serialization/serialization.hpp>
39+#include <boost/archive/xml_oarchive.hpp>
40+#include <boost/archive/xml_iarchive.hpp>
41+#include <boost/serialization/nvp.hpp>
42+
3543 using namespace std;
3644
旧リポジトリブラウザで表示