Subversion Repositories NedoOS

Rev

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

Rev Author Line No. Line
930 alone 1
if "%settedpath%"=="" call ../_sdk/setpath.bat
2
sjasmplus --nologo --msg=war untr.asm
3
 
1397 alone 4
SET releasedir2=../../release/
5
if "%currentdir%"=="" (
6
  FOR %%j IN (*.com) DO (
7
  echo "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "%%j" "/bin/%%j"
8
  "../../tools/dmimg.exe" ../../us/sd_nedo.vhd put "%%j" "/bin/%%j"
9
  move "*.com" "%releasedir2%bin" > nul
10
  IF EXIST %%~nj xcopy /Y "%%~nj" "%releasedir2%bin\%%~nj\" > nul
11
  )
12
cd ../../src/
13
call ..\tools\chkimg.bat sd
14
rem pause
15
rem  if "%makeall%"=="" ..\..\..\us\emul.exe
16
 if "%makeall%"=="" ..\us\emul.exe
17
)