Skip to content

Commit

Permalink
add missing build of OW CRTL extension code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Dec 1, 2022
1 parent 16f1c2f commit de733e3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bld/watcom/linuxa64/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#pmake: build os_linux cpu_a64

host_os = linux
host_cpu = a64

!include ../master.mif
6 changes: 6 additions & 0 deletions bld/watcom/linuxarm/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#pmake: build os_linux cpu_arm

host_os = linux
host_cpu = arm

!include ../master.mif
6 changes: 6 additions & 0 deletions bld/watcom/osxa64/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#pmake: build os_osx cpu_a64

host_os = osx
host_cpu = a64

!include ../master.mif

0 comments on commit de733e3

Please sign in to comment.