diff options
| author | Michael Pavone <pavone@retrodev.com> | 2015-07-26 16:48:25 -0700 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2015-07-26 16:48:25 -0700 |
| commit | 2c702a302754c4eb4a4c2aeabd9e533b0efd2bde (patch) | |
| tree | 30ab5b721afcd26b2745ff7fd471f6d0ba9641cf /Makefile | |
| parent | 4468c6074eccd86951fb02d6126b3f4408f1c53e (diff) | |
Old changes for GDB remote debugging on Windows I forgot to commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
