Skip to content

Commit

Permalink
update watcom build file for local shared headers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidly committed Dec 20, 2024
1 parent a6d750b commit cd1695e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mwatcom.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@echo off
setlocal
SET WATCOM=C:\WATCOM
SET WATCOM=..\WATCOM
SET PATH=%WATCOM%\BINNT64;%WATCOM%\BINNT;%PATH%
SET EDPATH=%WATCOM%\EDDAT
SET INCLUDE=%WATCOM%\H;%WATCOM%\H\NT;..\djl

wcl -q -zp=1 -ml -obmr -oh -ei -oi -s -0 -xs -j -oe=160 -ol+ -ot ntvao.cxx mos6502.cxx -bcl=DOS -k8192 -fe=ntvaodos.exe /DWATCOM /DNDEBUG
wcl -q -zp=1 -ml -obmr -oh -ei -oi -s -0 -xs -j -oe=160 -ol+ -ot ntvao.cxx mos6502.cxx -bcl=DOS -k8192 -fe=ntvaodos.exe -DWATCOM -DNDEBUG -lr -I.

0 comments on commit cd1695e

Please sign in to comment.