pineapple-src/externals/SDL/test/Makefile.os2

14 lines
288 B
Makefile
Raw Normal View History

2021-12-06 20:20:09 -05:00
# Open Watcom makefile to build SDL2 tests for OS/2
# wmake -f Makefile.os2
2022-07-14 22:00:50 -04:00
SYSTEM = os2v2
2021-12-06 20:20:09 -05:00
2022-07-14 22:00:50 -04:00
INCPATH = -I"$(%WATCOM)/h/os2" -I"$(%WATCOM)/h"
2021-04-17 23:35:25 -04:00
2022-07-14 22:00:50 -04:00
CFLAGS = -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei
CFLAGS+= -wx -wcd=303
2021-04-17 23:35:25 -04:00
2022-07-14 22:00:50 -04:00
TNSRCS = testnative.c testnativeos2.c
2021-04-17 23:35:25 -04:00
2022-07-14 22:00:50 -04:00
!include watcom.mif