From 2c702a302754c4eb4a4c2aeabd9e533b0efd2bde Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 26 Jul 2015 16:48:25 -0700 Subject: Old changes for GDB remote debugging on Windows I forgot to commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3