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