lsteamclient: Split unixlib and build with msvcrt.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-10-03 11:04:33 +02:00 committed by Arkadiusz Hiler
parent 99bdd62d6c
commit 838d14d66e
207 changed files with 900 additions and 50 deletions

View file

@ -307,6 +307,7 @@ $(eval $(call rules-cmake,glslang,64))
##
LSTEAMCLIENT_DEPENDS = wine
LSTEAMCLIENT_LDFLAGS = -static-libgcc -static-libstdc++
$(eval $(call rules-source,lsteamclient,$(SRCDIR)/lsteamclient))
$(eval $(call rules-makedep,lsteamclient,32))