tests: added -DHAVE_SIGNAL_H to CFLAGS in watcom makefiles

This commit is contained in:
Ozkan Sezer 2023-03-08 18:56:50 +03:00
parent f5c0760c6b
commit bc87983310
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ INCPATH = -I"$(%WATCOM)/h/os2" -I"$(%WATCOM)/h"
CFLAGS = -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei
CFLAGS+= -wx -wcd=303
CFLAGS+= -DHAVE_SIGNAL_H
!ifeq ENABLE_WERROR 1
CFLAGS+= -we
!endif

View File

@ -13,7 +13,7 @@ CFLAGS+= -wx -wcd=303
CFLAGS+= -we
!endif
CFLAGS+= -DSDL_MAIN_HANDLED
CFLAGS+= -DHAVE_OPENGL
CFLAGS+= -DHAVE_OPENGL -DHAVE_SIGNAL_H
GLLIBS = opengl32.lib
TNSRCS = testnative.c testnativew32.c