yuzu/externals/SDL/test/Makefile.os2

14 lines
288 B
Makefile
Raw Normal View History

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