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="enet_dll" /> |
---|
6 | <Option pch_mode="2" /> |
---|
7 | <Option compiler="gcc" /> |
---|
8 | <Build> |
---|
9 | <Target title="Debug"> |
---|
10 | <Option output="bin\Debug\libenet" prefix_auto="1" extension_auto="1" /> |
---|
11 | <Option object_output="obj\Debug\" /> |
---|
12 | <Option type="3" /> |
---|
13 | <Option compiler="gcc" /> |
---|
14 | <Option createDefFile="1" /> |
---|
15 | <Option createStaticLib="1" /> |
---|
16 | <Compiler> |
---|
17 | <Add option="-g" /> |
---|
18 | </Compiler> |
---|
19 | </Target> |
---|
20 | <Target title="Release"> |
---|
21 | <Option output="bin\Release\libenet" prefix_auto="1" extension_auto="1" /> |
---|
22 | <Option object_output="obj\Release\" /> |
---|
23 | <Option type="3" /> |
---|
24 | <Option compiler="gcc" /> |
---|
25 | <Option createDefFile="1" /> |
---|
26 | <Option createStaticLib="1" /> |
---|
27 | <Compiler> |
---|
28 | <Add option="-O2" /> |
---|
29 | </Compiler> |
---|
30 | <Linker> |
---|
31 | <Add option="-s" /> |
---|
32 | </Linker> |
---|
33 | </Target> |
---|
34 | </Build> |
---|
35 | <Compiler> |
---|
36 | <Add option="-Wall" /> |
---|
37 | <Add option="-DENET_DLL" /> |
---|
38 | <Add directory="include" /> |
---|
39 | </Compiler> |
---|
40 | <Linker> |
---|
41 | <Add library="ws2_32" /> |
---|
42 | <Add library="Winmm" /> |
---|
43 | </Linker> |
---|
44 | <Unit filename="callbacks.c"> |
---|
45 | <Option compilerVar="CC" /> |
---|
46 | </Unit> |
---|
47 | <Unit filename="compress.c"> |
---|
48 | <Option compilerVar="CC" /> |
---|
49 | </Unit> |
---|
50 | <Unit filename="host.c"> |
---|
51 | <Option compilerVar="CC" /> |
---|
52 | </Unit> |
---|
53 | <Unit filename="include\enet\callbacks.h" /> |
---|
54 | <Unit filename="include\enet\enet.h" /> |
---|
55 | <Unit filename="include\enet\list.h" /> |
---|
56 | <Unit filename="include\enet\protocol.h" /> |
---|
57 | <Unit filename="include\enet\time.h" /> |
---|
58 | <Unit filename="include\enet\types.h" /> |
---|
59 | <Unit filename="include\enet\unix.h" /> |
---|
60 | <Unit filename="include\enet\utility.h" /> |
---|
61 | <Unit filename="include\enet\win32.h" /> |
---|
62 | <Unit filename="list.c"> |
---|
63 | <Option compilerVar="CC" /> |
---|
64 | </Unit> |
---|
65 | <Unit filename="packet.c"> |
---|
66 | <Option compilerVar="CC" /> |
---|
67 | </Unit> |
---|
68 | <Unit filename="peer.c"> |
---|
69 | <Option compilerVar="CC" /> |
---|
70 | </Unit> |
---|
71 | <Unit filename="protocol.c"> |
---|
72 | <Option compilerVar="CC" /> |
---|
73 | </Unit> |
---|
74 | <Unit filename="unix.c"> |
---|
75 | <Option compilerVar="CC" /> |
---|
76 | </Unit> |
---|
77 | <Unit filename="win32.c"> |
---|
78 | <Option compilerVar="CC" /> |
---|
79 | </Unit> |
---|
80 | <Extensions> |
---|
81 | <code_completion /> |
---|
82 | <envvars /> |
---|
83 | <debugger /> |
---|
84 | </Extensions> |
---|
85 | </Project> |
---|
86 | </CodeBlocks_project_file> |
---|