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