summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-26 16:48:25 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-26 16:48:25 -0700
commit2c702a302754c4eb4a4c2aeabd9e533b0efd2bde (patch)
tree30ab5b721afcd26b2745ff7fd471f6d0ba9641cf /Makefile
parent4468c6074eccd86951fb02d6126b3f4408f1c53e (diff)
Old changes for GDB remote debugging on Windows I forgot to commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83f50f1..d4e4edb 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ RUNTIME32:=runtime_win.S
CC:=wine gcc.exe
CFLAGS:=-O2 -std=gnu99 -Wreturn-type -Werror=return-type -Werror=implicit-function-declaration -I"C:/MinGW/usr/include/SDL" -DGLEW_STATIC
-LDFLAGS:= -L"C:/MinGW/usr/lib" -lm -lmingw32 -lSDLmain -lSDL
+LDFLAGS:= -L"C:/MinGW/usr/lib" -lm -lmingw32 -lSDLmain -lSDL -lws2_32
ifndef NOGL
LDFLAGS+= -lopengl32 -lglu32
endif