summaryrefslogtreecommitdiff
path: root/libs/networking/nbproject/configurations.xml
blob: acb657c6c9014333d05b3afd943919ee7ddd14d8 (plain)
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version="1.0" encoding="UTF-8"?>
<configurationDescriptor version="84">
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
    <logicalFolder name="HeaderFiles"
                   displayName="Header Files"
                   projectFiles="true">
      <itemPath>include/AbstractSocket.h</itemPath>
      <itemPath>include/Authorization.h</itemPath>
      <itemPath>include/ClientSocket.h</itemPath>
      <itemPath>include/ConnectionHandler.h</itemPath>
      <itemPath>include/ConnectionPoint.h</itemPath>
      <itemPath>include/Credentials.h</itemPath>
      <itemPath>include/HTTPAuthorizationRequest.h</itemPath>
      <itemPath>include/HTTPFileResponse.h</itemPath>
      <itemPath>include/HTTPMessage.h</itemPath>
      <itemPath>include/HTTPParser.h</itemPath>
      <itemPath>include/HTTPRequest.h</itemPath>
      <itemPath>include/HTTPRequestHandler.h</itemPath>
      <itemPath>include/HTTPResponse.h</itemPath>
      <itemPath>include/HTTPServer.h</itemPath>
      <itemPath>include/HTTPStatus.h</itemPath>
      <itemPath>include/Principal.h</itemPath>
      <itemPath>include/ServerConfig.h</itemPath>
      <itemPath>include/ServerSocket.h</itemPath>
    </logicalFolder>
    <logicalFolder name="ResourceFiles"
                   displayName="Resource Files"
                   projectFiles="true">
    </logicalFolder>
    <logicalFolder name="SourceFiles"
                   displayName="Source Files"
                   projectFiles="true">
      <itemPath>src/AbstractSocket.cc</itemPath>
      <itemPath>src/Authorization.cc</itemPath>
      <itemPath>src/ClientSocket.cc</itemPath>
      <itemPath>src/ConnectionHandler.cc</itemPath>
      <itemPath>src/ConnectionPoint.cc</itemPath>
      <itemPath>src/Credentials.cc</itemPath>
      <itemPath>src/HTTPAuthorizationRequest.cc</itemPath>
      <itemPath>src/HTTPFileResponse.cc</itemPath>
      <itemPath>src/HTTPMessage.cc</itemPath>
      <itemPath>src/HTTPParser.cc</itemPath>
      <itemPath>src/HTTPRequest.cc</itemPath>
      <itemPath>src/HTTPRequestHandler.cc</itemPath>
      <itemPath>src/HTTPResponse.cc</itemPath>
      <itemPath>src/HTTPServer.cc</itemPath>
      <itemPath>src/HTTPStatus.cc</itemPath>
      <itemPath>src/Principal.cc</itemPath>
      <itemPath>src/ServerConfig.cc</itemPath>
      <itemPath>src/ServerSocket.cc</itemPath>
    </logicalFolder>
    <logicalFolder name="TestFiles"
                   displayName="Test Files"
                   projectFiles="false"
                   kind="TEST_LOGICAL_FOLDER">
    </logicalFolder>
    <logicalFolder name="ExternalFiles"
                   displayName="Important Files"
                   projectFiles="false"
                   kind="IMPORTANT_FILES_FOLDER">
      <itemPath>Makefile</itemPath>
      <itemPath>summary.txt</itemPath>
    </logicalFolder>
  </logicalFolder>
  <projectmakefile>Makefile</projectmakefile>
  <confs>
    <conf name="Debug" type="3">
      <toolsSet>
        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
        <compilerSet>default</compilerSet>
      </toolsSet>
      <compileType>
        <ccTool>
          <incDir>
            <pElem>include</pElem>
            <pElem>../IO/include</pElem>
            <pElem>../util/include</pElem>
            <pElem>../vdr/include</pElem>
          </incDir>
          <commandLine>-std=gnu++0x -fomit-frame-pointer -fPIC -pthread -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration</commandLine>
          <preprocessorList>
            <Elem>_GNU_SOURCE=1</Elem>
            <Elem>_REENTRANT</Elem>
          </preprocessorList>
          <warningLevel>2</warningLevel>
        </ccTool>
        <archiverTool>
        </archiverTool>
        <requiredProjects>
          <makeArtifact PL="../vdr"
                        CT="3"
                        CN="Debug"
                        AC="true"
                        BL="true"
                        WD="../vdr"
                        BC="${MAKE}  -f Makefile CONF=Debug"
                        CC="${MAKE}  -f Makefile CONF=Debug clean"
                        OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libvdr.a">
          </makeArtifact>
          <makeArtifact PL="../util"
                        CT="3"
                        CN="Debug"
                        AC="true"
                        BL="true"
                        WD="../util"
                        BC="${MAKE}  -f Makefile CONF=Debug"
                        CC="${MAKE}  -f Makefile CONF=Debug clean"
                        OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libutil.a">
          </makeArtifact>
          <makeArtifact PL="../IO"
                        CT="3"
                        CN="Debug"
                        AC="true"
                        BL="false"
                        WD="../IO"
                        BC="${MAKE}  -f Makefile CONF=Debug"
                        CC="${MAKE}  -f Makefile CONF=Debug clean"
                        OP="${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libio.a">
          </makeArtifact>
        </requiredProjects>
      </compileType>
    </conf>
    <conf name="Release" type="3">
      <toolsSet>
        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
        <compilerSet>default</compilerSet>
      </toolsSet>
      <compileType>
        <cTool>
          <developmentMode>5</developmentMode>
        </cTool>
        <ccTool>
          <developmentMode>5</developmentMode>
        </ccTool>
        <fortranCompilerTool>
          <developmentMode>5</developmentMode>
        </fortranCompilerTool>
        <asmTool>
          <developmentMode>5</developmentMode>
        </asmTool>
        <archiverTool>
        </archiverTool>
      </compileType>
    </conf>
  </confs>
</configurationDescriptor>