diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-14 12:07:39 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-14 12:07:39 +0200 |
| commit | d20a92ae35ba36d6ce4d2edf17b83c3e58d2fa4c (patch) | |
| tree | 48f24373b4838e5cf9a52e582adba9a177043ab0 /Srv/HTTP | |
| parent | 03a97d76ba9d9c1f477ecfab54d6d94340648931 (diff) | |
[IMP] Add build rules for OSHS and HTTP DLLs.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Srv/HTTP')
| -rw-r--r-- | Srv/HTTP/.keepme | 0 | ||||
| -rw-r--r-- | Srv/HTTP/build.json | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Srv/HTTP/.keepme b/Srv/HTTP/.keepme new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/Srv/HTTP/.keepme diff --git a/Srv/HTTP/build.json b/Srv/HTTP/build.json new file mode 100644 index 00000000..10470542 --- /dev/null +++ b/Srv/HTTP/build.json @@ -0,0 +1,10 @@ +{
+ "compiler_path": "x86_64-w64-mingw32-g++",
+ "compiler_std": "c++20",
+ "headers_path": ["../", "./"],
+ "sources_path": ["*.cxx"],
+ "output_name": "httpsrv.dll",
+ "compiler_flags": ["-ffreestanding", "-shared", "-fno-rtti", "-fno-exceptions", " -Wl,--subsystem=17"],
+ "cpp_macros": ["__HTTP_AMD64__", "cHTTPVersion=0x0100", "cHTTPVersionHighest=0x0100", "cHTTPVersionLowest=0x0100"]
+ }
+
\ No newline at end of file |
