spellcheck

This commit is contained in:
2025-04-17 17:46:47 -05:00
parent 9e62a5847c
commit 4f36ce3086

View File

@@ -234,8 +234,8 @@
modules/examples/ChatServer/src/*.cpp \ modules/examples/ChatServer/src/*.cpp \
modules/ServerModule/src/*.cpp \ modules/ServerModule/src/*.cpp \
-fpic -shared \ -fpic -shared \
-I src -I include -I .\
-I ${pkgs.gamenetworkingsockets}/include/GameNetworkingSockets \ -I ${pkgs.gamenetworkingsockets}/include/GameNetworkingSockets \
-I src -I include -I . \
-lGameNetworkingSockets \ -lGameNetworkingSockets \
-DCHATSERVER_DYNAMIC \ -DCHATSERVER_DYNAMIC \
-Wall \ -Wall \