#pmake: build os_dos os_win cpu_i86 cpu_386

host_os  = dos
host_cpu = i86

memory_model_i86 = s

!include cproj.mif
!include defrule.mif
!include deftarg.mif

all : wstub.exe wstubq.exe

extra_c_flags = -oaxs

wstub.exe : wstub.obj
        $(linker) file $[@ name $^@ op map sys dos

wstubq.exe : wstubq.obj
        $(linker) file $[@ name $^@ op map sys dos
