aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8eebc99..64b443f 100644
--- a/Makefile
+++ b/Makefile
@@ -429,8 +429,8 @@ endif
BINEXT=.exe
- LDFLAGS= -mwindows -lwsock32 -lwinmm
- CLIENT_LDFLAGS = -lgdi32 -lole32 -lopengl32
+ LDFLAGS= -lwsock32 -lwinmm
+ CLIENT_LDFLAGS = -mwindows -lgdi32 -lole32 -lopengl32
ifeq ($(USE_CURL),1)
ifneq ($(USE_CURL_DLOPEN),1)