Skip to content

Commit 59f77a5

Browse files
authored
Merge pull request #2 from ParzivalWolfram/master
Fix PATH issues on compile for MS-DOS 6.22
2 parents 02b4a63 + bcf77cd commit 59f77a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildall.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ set SAVEP=%PATH%
5151
:: cd %ROOT%
5252
::
5353
echo ********************** building msdos60 base ***************************
54-
SET PATH=%ROOT%\c6ers\tools6\BIN;%PATH%
54+
SET PATH=%ROOT%\c6ers\tools6\BIN;%ROOT%\tools\bin;%PATH%
5555
SET INIT=%ROOT%\c6ers\tools6\bin
5656
SET INCLUDE=%ROOT%\c6ers\tools6\include;%ROOT%\c6ers\toolsvr\lib
5757
SET LIB=%ROOT%\c6ers\tools6\lib;%ROOT%\c6ers\toolsvr\lib

0 commit comments

Comments
 (0)