comparison seobeo/BUILD @ 125:f236c895604e

[MrJuneJune] Added web socket for chat to this.
author June Park <parkjune1995@gmail.com>
date Thu, 08 Jan 2026 08:46:49 -0800
parents dbf14f84d51c
children e7899c93da77
comparison
equal deleted inserted replaced
124:dbf14f84d51c 125:f236c895604e
127 srcs = [ 127 srcs = [
128 "s_network.c", 128 "s_network.c",
129 "s_web.c", 129 "s_web.c",
130 "s_logging.c", 130 "s_logging.c",
131 "s_ssl.c", 131 "s_ssl.c",
132 "s_websocket_common.c",
132 "s_websocket_server.c", 133 "s_websocket_server.c",
133 "os/s_macos_edge.c", 134 "os/s_macos_edge.c",
134 ], 135 ],
135 hdrs = [":seobeo_hdrs"], 136 hdrs = [":seobeo_hdrs"],
136 deps = [ 137 deps = [
149 srcs = [ 150 srcs = [
150 "s_network.c", 151 "s_network.c",
151 "s_web.c", 152 "s_web.c",
152 "s_logging.c", 153 "s_logging.c",
153 "s_ssl.c", 154 "s_ssl.c",
155 "s_websocket_common.c",
154 "s_websocket_server.c", 156 "s_websocket_server.c",
155 "os/s_linux_edge.c", 157 "os/s_linux_edge.c",
156 ], 158 ],
157 hdrs = [":seobeo_hdrs"], 159 hdrs = [":seobeo_hdrs"],
158 deps = [ 160 deps = [
235 srcs = [ 237 srcs = [
236 "s_network.c", 238 "s_network.c",
237 "s_logging.c", 239 "s_logging.c",
238 "s_ssl.c", 240 "s_ssl.c",
239 "s_http_client.c", 241 "s_http_client.c",
242 "s_websocket_common.c",
240 "s_websocket.c", 243 "s_websocket.c",
241 "snapshot_creator.c", 244 "snapshot_creator.c",
242 "os/s_macos_edge.c", 245 "os/s_macos_edge.c",
243 ], 246 ],
244 hdrs = [":seobeo_hdrs"], 247 hdrs = [":seobeo_hdrs"],
257 srcs = [ 260 srcs = [
258 "s_network.c", 261 "s_network.c",
259 "s_logging.c", 262 "s_logging.c",
260 "s_ssl.c", 263 "s_ssl.c",
261 "s_http_client.c", 264 "s_http_client.c",
265 "s_websocket_common.c",
262 "s_websocket.c", 266 "s_websocket.c",
263 "snapshot_creator.c", 267 "snapshot_creator.c",
264 "os/s_linux_edge.c", 268 "os/s_linux_edge.c",
265 ], 269 ],
266 hdrs = [":seobeo_hdrs"], 270 hdrs = [":seobeo_hdrs"],
291 "s_network.c", 295 "s_network.c",
292 "s_web.c", 296 "s_web.c",
293 "s_logging.c", 297 "s_logging.c",
294 "s_ssl.c", 298 "s_ssl.c",
295 "s_http_client.c", 299 "s_http_client.c",
300 "s_websocket_common.c",
296 "s_websocket.c", 301 "s_websocket.c",
297 "s_websocket_server.c", 302 "s_websocket_server.c",
298 "snapshot_creator.c", 303 "snapshot_creator.c",
299 "os/s_macos_edge.c", 304 "os/s_macos_edge.c",
300 ], 305 ],
316 "s_network.c", 321 "s_network.c",
317 "s_web.c", 322 "s_web.c",
318 "s_logging.c", 323 "s_logging.c",
319 "s_ssl.c", 324 "s_ssl.c",
320 "s_http_client.c", 325 "s_http_client.c",
326 "s_websocket_common.c",
321 "s_websocket.c", 327 "s_websocket.c",
322 "s_websocket_server.c", 328 "s_websocket_server.c",
323 "snapshot_creator.c", 329 "snapshot_creator.c",
324 "os/s_linux_edge.c", 330 "os/s_linux_edge.c",
325 ], 331 ],