fix for spaces in path names

This commit is contained in:
davidly 2024-07-01 15:58:49 -07:00
parent c44895077c
commit 3448f09847
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
ntvdm -t -e:include=..\include,lib=..\lib qc ttt.c
ntvdm -r:.. -e:include=..\include,lib=..\lib qc ttt.c

View File

@ -1,3 +1,3 @@
ntvdm -C:50 -t -e:include=..\include,lib=..\lib qc ttt.c
ntvdm -r:.. -C:50 -e:include=..\include,lib=..\lib qc ttt.c