diff Makefile @ 802:6811f601008f

Old changes for GDB remote debugging on Windows I forgot to commit
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 16:48:25 -0700
parents 2e1b3b258523
children 236a184bf6f0
line wrap: on
line diff
--- a/Makefile	Tue Apr 01 21:12:00 2014 -0700
+++ b/Makefile	Sun Jul 26 16:48:25 2015 -0700
@@ -7,7 +7,7 @@
 
 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