From 663926356260a013fa58acc2caaeea0359de471a Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 24 Nov 2023 20:41:51 -0600 Subject: Start work on getting tests to run --- Makefile.win | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Makefile.win') diff --git a/Makefile.win b/Makefile.win index d6e2c34..57a6b69 100644 --- a/Makefile.win +++ b/Makefile.win @@ -36,13 +36,15 @@ CLIENT_LIBS=\ -llinearmath\ -lIrrlicht\ -lopengl32\ + -lglu32\ -lnng\ -lluajit-5.1.dll\ -lws2_32\ -lmswsock\ -ladvapi32\ -lwinmm\ - -lm + -lm\ + -static-libstdc++ -static-libgcc #-lstdc++-6 CFLAGS+= -g @@ -55,10 +57,7 @@ all : $(bins) echo "Done" clean: - $(RM) $(client_objs) - $(RM) $(server_objs) - $(RM) $(shared_objs) - $(RM) $(bins) + $(RM) $(client_objs) $(server_objs) $(shared_objs) $(bins) $(RM) -r doc/* nuke: clean -- cgit v1.2.3-70-g09d2