This repository has been archived by the owner on Feb 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xPLChrono.cbp
99 lines (99 loc) · 3.82 KB
/
xPLChrono.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
95
96
97
98
99
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="xPLChrono" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="bin/xPLChrono" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="/Console" />
<Compiler>
<Add option="-O2" />
<Add option="-std=c++11" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="ws2_32" />
</Linker>
</Target>
<Target title="Debug">
<Option output="bin/xPLChrono-Debug" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="/Console" />
<Compiler>
<Add option="-pedantic" />
<Add option="-std=c++11" />
<Add option="-Wextra" />
<Add option="-Wall" />
<Add option="-g" />
<Add option="-DDEBUG" />
</Compiler>
<Linker>
<Add library="ws2_32" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-std=c++11" />
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add option="-DWIN32" />
<Add directory="src" />
<Add directory="dependency" />
</Compiler>
<Unit filename="dependency/Plateforms/Plateforms.cpp" />
<Unit filename="dependency/Plateforms/Plateforms.h" />
<Unit filename="dependency/SafeFunctions/SafeFunctions.cpp" />
<Unit filename="dependency/SafeFunctions/SafeFunctions.h" />
<Unit filename="dependency/Service/Service.cpp" />
<Unit filename="dependency/Service/Service.h" />
<Unit filename="dependency/SimpleFolders/SimpleFolders.cpp" />
<Unit filename="dependency/SimpleFolders/SimpleFolders.h" />
<Unit filename="dependency/SimpleIni/SimpleIni.cpp" />
<Unit filename="dependency/SimpleIni/SimpleIni.h" />
<Unit filename="dependency/SimpleLog/SimpleLog.cpp" />
<Unit filename="dependency/SimpleLog/SimpleLog.h" />
<Unit filename="dependency/SimpleLog/SimpleLog.inl" />
<Unit filename="dependency/SimpleSock/SimpleSock.cpp" />
<Unit filename="dependency/SimpleSock/SimpleSock.h" />
<Unit filename="dependency/xPLLib/Address.cpp" />
<Unit filename="dependency/xPLLib/Address.h" />
<Unit filename="dependency/xPLLib/Extensions/AdvanceConfig.cpp" />
<Unit filename="dependency/xPLLib/Extensions/AdvanceConfig.h" />
<Unit filename="dependency/xPLLib/Extensions/BasicConfig.cpp" />
<Unit filename="dependency/xPLLib/Extensions/BasicConfig.h" />
<Unit filename="dependency/xPLLib/Extensions/Sensors.cpp" />
<Unit filename="dependency/xPLLib/Extensions/Sensors.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaAdvanceConfig.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaAdvanceConfig.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaConfig.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaConfig.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaHbeat.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaHbeat.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaObject.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaObject.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaSensor.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaSensor.h" />
<Unit filename="dependency/xPLLib/xPLDevCfg.cpp" />
<Unit filename="dependency/xPLLib/xPLDevCfg.h" />
<Unit filename="dependency/xPLLib/xPLDevice.cpp" />
<Unit filename="dependency/xPLLib/xPLDevice.h" />
<Unit filename="src/Counter.cpp" />
<Unit filename="src/Counter.h" />
<Unit filename="src/main.cpp" />
<Unit filename="src/xPLChrono.cpp" />
<Unit filename="src/xPLChrono.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>