Subversion Repositories NedoOS

Rev

Rev 337 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
337 alone 1
if "%settedpath%"=="" call "..\..\_sdk\setpath.bat"
2
set path=%PATH%;..\_sdk\
8 dimkam 3
call compile.bat
55 Alone 4
md tmp
8 dimkam 5
copy *.A_ tmp
6
copy *.V_ tmp
7
copy *.S_ tmp
8
copy *.I_ tmp
9
del *.A_
10
del *.V_
11
del *.S_
12
del *.I_
13
nedotrd test.trd -n
14
nedotrd ..\batch\basics.trd -eh boot.$b
15
nedotrd test.trd -ah boot.$b
16
nedotrd test.trd -s 24576 -ac main.bin
55 Alone 17
..\..\..\us\emul.exe test.trd