mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
12 lines
154 B
Text
12 lines
154 B
Text
description "Simple HTTP (or SCGI) server, in MT mode multithreaded\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
HttpServer.cpp;
|
|
|
|
mainconfig
|
|
"" = "SSE2",
|
|
"" = "SSE2 MT";
|
|
|