Skip to content

Commit 5ed7520

Browse files
committed
前年的一个游戏框架
0 parents  commit 5ed7520

File tree

540 files changed

+262439
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

540 files changed

+262439
-0
lines changed

Diff for: account/Account.cbp

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_project_file>
3+
<FileVersion major="1" minor="6" />
4+
<Project>
5+
<Option title="account" />
6+
<Option pch_mode="2" />
7+
<Option compiler="gcc" />
8+
<Build>
9+
<Target title="Debug">
10+
<Option output="../bin/Debug/account" prefix_auto="1" extension_auto="1" />
11+
<Option object_output="obj/Debug/" />
12+
<Option type="1" />
13+
<Option compiler="gcc" />
14+
<Compiler>
15+
<Add option="-g" />
16+
<Add directory="/usr/include/mysql" />
17+
<Add directory="/usr/include/mysql++" />
18+
</Compiler>
19+
<Linker>
20+
<Add option="-static" />
21+
<Add library="mysqlpp" />
22+
<Add library="mysqlclient" />
23+
<Add library="z" />
24+
</Linker>
25+
</Target>
26+
<Target title="Release">
27+
<Option output="../bin/Debug/Account" prefix_auto="1" extension_auto="1" />
28+
<Option object_output="obj/Release/" />
29+
<Option type="1" />
30+
<Option compiler="gcc" />
31+
<Compiler>
32+
<Add option="-O2" />
33+
</Compiler>
34+
<Linker>
35+
<Add option="-s" />
36+
</Linker>
37+
</Target>
38+
</Build>
39+
<Compiler>
40+
<Add option="-std=c++0x" />
41+
<Add option="-Wall" />
42+
<Add option="-fexceptions" />
43+
</Compiler>
44+
<Unit filename="account.cpp" />
45+
<Unit filename="account.h" />
46+
<Unit filename="account_main.cpp" />
47+
<Unit filename="../system/cJSON.c">
48+
<Option compilerVar="CC" />
49+
</Unit>
50+
<Unit filename="../system/cJSON.h" />
51+
<Unit filename="../system/db_helper.cc" />
52+
<Extensions>
53+
<code_completion />
54+
<envvars />
55+
<lib_finder disable_auto="1" />
56+
<debugger />
57+
</Extensions>
58+
</Project>
59+
</CodeBlocks_project_file>

Diff for: account/Debug/CL.read.1.tlog

23 KB
Binary file not shown.

Diff for: account/Debug/CL.write.1.tlog

994 Bytes
Binary file not shown.

Diff for: account/Debug/account.lastbuildstate

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#v4.0:v110_xp:false
2+
Debug|Win32|E:\oldSource\Game\gate\|

Diff for: account/Debug/account.log

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
生成启动时间为 2014/11/24 16:46:17。
2+
1>项目“E:\oldSource\Game\account\account.vcxproj”在节点 3 上(Build 个目标)。
3+
1>ClCompile:
4+
D:\Program Files\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _USING_V110_SDK71_ /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc110.pdb" /Gd /TC /analyze- /errorReport:prompt -D_CRT_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x0501 ..\system\cJSON.c
5+
cJSON.c
6+
1>e:\oldsource\game\system\cjson.c(68): warning C4028: 形参 1 与声明不同
7+
D:\Program Files\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _USING_V110_SDK71_ /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:prompt -D_CRT_SECURE_NO_WARNINGS -D_WIN32_WINNT=0x0501 ..\system\db_helper.cc .\account_main.cpp account.cpp
8+
account.cpp
9+
1>e:\oldsource\game\account\account.cpp(3): fatal error C1083: 无法打开包括文件:“zmq.hpp”: No such file or directory
10+
account_main.cpp
11+
1>e:\oldsource\game\system\mq_node.h(3): fatal error C1083: 无法打开包括文件:“zmq.hpp”: No such file or directory
12+
db_helper.cc
13+
1>e:\oldsource\game\system\db_helper.h(2): fatal error C1083: 无法打开包括文件:“mysql++.h”: No such file or directory
14+
正在生成代码...
15+
1>已完成生成项目“E:\oldSource\Game\account\account.vcxproj”(Build 个目标)的操作 - 失败。
16+
17+
生成失败。
18+
19+
已用时间 00:00:02.68

Diff for: account/Debug/account.unsuccessfulbuild

Whitespace-only changes.

Diff for: account/Debug/cJSON.obj

55.3 KB
Binary file not shown.

Diff for: account/Debug/cl.command.1.tlog

2.81 KB
Binary file not shown.

Diff for: account/Debug/vc110.idb

131 KB
Binary file not shown.

Diff for: account/Debug/vc110.pdb

156 KB
Binary file not shown.

0 commit comments

Comments
 (0)