forked from ketoo/NoahGameFrame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNFWorldLogicPlugin.cbp
94 lines (94 loc) · 3.58 KB
/
NFWorldLogicPlugin.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="NFWorldLogicPlugin" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug x64">
<Option output="$(SolutionDir)/_Out/Server/Debug/NFWorldLogicPlugin_d" prefix_auto="0" extension_auto="1" />
<Option object_output=".objs/Debug" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-std=c++11" />
<Add option="-g" />
<Add option="-fPIC" />
<Add option="-D_DEBUG" />
<Add option="-DELPP_NO_DEFAULT_LOG_FILE" />
<Add directory="$(SolutionDir)" />
<Add directory="$(SolutionDir)/Dependencies/" />
<Add directory="$(SolutionDir)/Dependencies/libevent/" />
<Add directory="$(SolutionDir)/Dependencies/libevent/include/" />
<Add directory="$(SolutionDir)/Dependencies/libevent/compat/" />
<Add directory="$(SolutionDir)/Dependencies/protobuf/src/" />
<Add directory="$(SolutionDir)/Dependencies/Theron/Include/" />
</Compiler>
<Linker>
<Add library="libNFMessageDefine_d" />
<Add library="$(SolutionDir)/_Out/Server/Debug/NFNet_d.a" />
<Add library="$(SolutionDir)/Dependencies/lib/Debug/libevent.a" />
<Add library="$(SolutionDir)/Dependencies/lib/Debug/libevent_core.a" />
<Add library="libprotobuf" />
<Add directory="$(SolutionDir)/_Out/Server/Debug/" />
<Add directory="$(SolutionDir)/Dependencies/lib/Debug/" />
</Linker>
<ExtraCommands>
<Mode after="always" />
</ExtraCommands>
<Environment>
<Variable name="SolutionDir" value="../../" />
</Environment>
</Target>
<Target title="Release x64">
<Option output="$(SolutionDir)/_Out/Server/Release/NFWorldLogicPlugin" prefix_auto="0" extension_auto="1" />
<Option object_output=".objs/Release" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-std=c++11" />
<Add option="-fPIC" />
<Add option="-D_USRDLL" />
<Add option="-DELPP_NO_DEFAULT_LOG_FILE" />
<Add directory="$(SolutionDir)" />
<Add directory="$(SolutionDir)/Dependencies/" />
<Add directory="$(SolutionDir)/Dependencies/libevent/" />
<Add directory="$(SolutionDir)/Dependencies/libevent/include/" />
<Add directory="$(SolutionDir)/Dependencies/libevent/compat/" />
<Add directory="$(SolutionDir)/Dependencies/protobuf/src/" />
<Add directory="$(SolutionDir)/Dependencies/Theron/Include/" />
</Compiler>
<Linker>
<Add library="libNFMessageDefine" />
<Add library="$(SolutionDir)/_Out/Server/Release/NFNet.a" />
<Add library="$(SolutionDir)/Dependencies/lib/Release/libevent.a" />
<Add library="$(SolutionDir)/Dependencies/lib/Release/libevent_core.a" />
<Add library="libprotobuf" />
<Add directory="$(SolutionDir)/_Out/Server/Release/" />
<Add directory="$(SolutionDir)/Dependencies/lib/Release/" />
</Linker>
<ExtraCommands>
<Mode after="always" />
</ExtraCommands>
<Environment>
<Variable name="SolutionDir" value="../../" />
</Environment>
</Target>
</Build>
<Unit filename="NFCWorldLogicModule.h" />
<Unit filename="NFWorldLogicPlugin.h" />
<Unit filename="dllmain.cpp"/>
<Unit filename="NFCWorldLogicModule.cpp" />
<Unit filename="NFWorldLogicPlugin.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>