Mercurial
diff seobeo/BUILD @ 72:4532ce6d9eb8
[Seobeo] Added router to the server logic. Few dowa string manipulation logics.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 29 Dec 2025 07:50:07 -0800 |
| parents | 6626ec933933 |
| children | 70401cf61e97 |
line wrap: on
line diff
--- a/seobeo/BUILD Sun Dec 28 20:34:22 2025 -0800 +++ b/seobeo/BUILD Mon Dec 29 07:50:07 2025 -0800 @@ -30,6 +30,7 @@ "s_linux_network.c", "s_web.c", "s_ssl.c", + "s_router.c", "os/s_macos_edge.c", ], hdrs = [":seobeo_hdrs"], @@ -49,6 +50,7 @@ "s_linux_network.c", "s_web.c", "s_ssl.c", + "s_router.c", "os/s_linux_edge.c", ], hdrs = [":seobeo_hdrs"], @@ -79,6 +81,7 @@ "s_linux_network.c", "s_web.c", "s_ssl.c", + "s_router.c", "snapshot_creator.c", "os/s_macos_edge.c", ], @@ -99,6 +102,7 @@ "s_linux_network.c", "s_web.c", "s_ssl.c", + "s_router.c", "snapshot_creator.c", "os/s_linux_edge.c", ],