aboutsummaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win9
1 files changed, 4 insertions, 5 deletions
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