mirror of https://github.com/encounter/SDL.git
test/Makefile.os2: add warning switches to CFLAGS.
This commit is contained in:
parent
239c8f1f4c
commit
090fffac6a
|
@ -45,6 +45,7 @@ all: $(TARGETS)
|
|||
INCPATH = -I$(%WATCOM)/h/os2 -I$(%WATCOM)/h -I../include
|
||||
|
||||
CFLAGS = $(INCPATH) -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei
|
||||
CFLAGS+= -wx -wcd=303
|
||||
|
||||
LIBPATH = ..
|
||||
LIBS = SDL2.lib $(TESTLIB)
|
||||
|
|
Loading…
Reference in New Issue