forked from martim01/sapserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsapserver.cbp
More file actions
110 lines (110 loc) · 3.68 KB
/
sapserver.cbp
File metadata and controls
110 lines (110 loc) · 3.68 KB
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
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="sapserver" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Windows Release">
<Option platforms="Windows;" />
<Option output="lib/sapserver" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/SharedLibrary/" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add option="-DSAP_DLL" />
<Add option="-D__WIN32__" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="ws2_32" />
<Add library="pml_log" />
</Linker>
</Target>
<Target title="Windows Debug">
<Option platforms="Windows;" />
<Option output="lib/sapserverd" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/SharedLibraryDebug/" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add option="-DSAP_DLL" />
<Add option="-D__WIN32__" />
</Compiler>
<Linker>
<Add library="ws2_32" />
</Linker>
</Target>
<Target title="Linux Release">
<Option platforms="Unix;" />
<Option output="lib/libsapserver.so" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="0" />
<Option object_output="obj/SharedLibrary/" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add option="-DSAP_DLL" />
<Add option="-DNDEBUG" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="pml_log" />
</Linker>
</Target>
<Target title="Linux Debug">
<Option platforms="Unix;" />
<Option output="lib/libsapserverd.so" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="0" extension_auto="0" />
<Option object_output="obj/Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add option="-DSAP_DLL" />
</Compiler>
<Linker>
<Add library="pml_logd" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-std=c++14" />
<Add option="-fexceptions" />
<Add option="-DASIO_STANDALONE" />
<Add option="-DASIO_HAS_STD_TYPE_TRAITS" />
<Add directory="external/asio/asio/include" />
<Add directory="./include" />
<Add directory="../log/include" />
</Compiler>
<Linker>
<Add directory="../log/lib" />
</Linker>
<Unit filename="include/sap.h" />
<Unit filename="include/sapdlldefine.h" />
<Unit filename="include/saphandler.h" />
<Unit filename="include/sapnamedtype.h" />
<Unit filename="include/sapparser.h" />
<Unit filename="include/sapreceiver.h" />
<Unit filename="include/sapsender.h" />
<Unit filename="include/sapserver.h" />
<Unit filename="include/sapserverimpl.h" />
<Unit filename="src/main.cpp">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="src/parser.cpp" />
<Unit filename="src/receiver.cpp" />
<Unit filename="src/saphandler.cpp" />
<Unit filename="src/sapserver.cpp" />
<Unit filename="src/sapserverimpl.cpp" />
<Unit filename="src/sender.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>