Recover work after repo corruption, experimental icons for channels, merge http.c keepalive changes from PR

This commit is contained in:
winsped
2026-07-12 02:10:25 +03:00
parent 4059bf5363
commit f4b28f68bc
13 changed files with 55 additions and 16 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ RES = rc/res.o
Backcord: $(RES)
$(WINDRES) rc/res.rc -o rc/res.o
$(CC) $(SRCS) $(RES) \
-Wl,-Bstatic -lpng -lz \
-D _WIN32_WINNT=0x401 -D WINVER=0x401 -Wl,-Bstatic -lpng -lz \
-Wl,-Bdynamic -lgdi32 -lssl -lcrypto -lcrypt32 -lws2_32 \
-luser32 -lcomctl32 -lcomdlg32 -lcjson -lntdll \
-luser32 -lcomctl32 -lmsvcrt -lcomdlg32 -lcjson -lntdll \
-o Backcord.exe
clean: