comparison 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
comparison
equal deleted inserted replaced
742:2e1b3b258523 802:6811f601008f
5 BLASTEM:=blastem.exe 5 BLASTEM:=blastem.exe
6 RUNTIME32:=runtime_win.S 6 RUNTIME32:=runtime_win.S
7 7
8 CC:=wine gcc.exe 8 CC:=wine gcc.exe
9 CFLAGS:=-O2 -std=gnu99 -Wreturn-type -Werror=return-type -Werror=implicit-function-declaration -I"C:/MinGW/usr/include/SDL" -DGLEW_STATIC 9 CFLAGS:=-O2 -std=gnu99 -Wreturn-type -Werror=return-type -Werror=implicit-function-declaration -I"C:/MinGW/usr/include/SDL" -DGLEW_STATIC
10 LDFLAGS:= -L"C:/MinGW/usr/lib" -lm -lmingw32 -lSDLmain -lSDL 10 LDFLAGS:= -L"C:/MinGW/usr/lib" -lm -lmingw32 -lSDLmain -lSDL -lws2_32
11 ifndef NOGL 11 ifndef NOGL
12 LDFLAGS+= -lopengl32 -lglu32 12 LDFLAGS+= -lopengl32 -lglu32
13 endif 13 endif
14 LDFLAGS+= -mwindows 14 LDFLAGS+= -mwindows
15 CPU:=i686 15 CPU:=i686