change test to build as exe instead of com

This commit is contained in:
Kenneth J Davis 2021-08-20 18:25:16 -04:00
parent 740e31fd2e
commit 79a6504e89
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
@ECHO OFF
wcl -e3-we-wx-zq-os-s-zp1-mt-bt=DOS opendev.c
:: use -ms for exe, -mt for com
wcl -e3-we-wx-zq-os-s-zp1-ms-bt=DOS opendev.c