Makefile.os2 288 B

12345678910111213
  1. # Open Watcom makefile to build SDL2 tests for OS/2
  2. # wmake -f Makefile.os2
  3. SYSTEM = os2v2
  4. INCPATH = -I"$(%WATCOM)/h/os2" -I"$(%WATCOM)/h"
  5. CFLAGS = -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei
  6. CFLAGS+= -wx -wcd=303
  7. TNSRCS = testnative.c testnativeos2.c
  8. !include watcom.mif