?login_element?

Subversion Repositories NedoOS

Rev

Rev 1154 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. if "%settedpath%"=="" call ../../_sdk/setpath.bat
  2.  
  3. "../../_sdk/convega.exe" forest00.bmp > nul
  4. "../../_sdk/convega.exe" forest01.bmp > nul
  5. "../../_sdk/convega.exe" forest02.bmp > nul
  6. "../../_sdk/convega.exe" forest03.bmp > nul
  7. "../../_sdk/convega.exe" forest10.bmp > nul
  8. "../../_sdk/convega.exe" forest11.bmp > nul
  9. "../../_sdk/convega.exe" forest12.bmp > nul
  10. "../../_sdk/convega.exe" forest13.bmp > nul
  11. "../../_sdk/convega.exe" forest20.bmp > nul
  12. "../../_sdk/convega.exe" forest21.bmp > nul
  13. "../../_sdk/convega.exe" forest22.bmp > nul
  14. "../../_sdk/convega.exe" forest23.bmp > nul
  15. "../../_sdk/convega.exe" forest30.bmp > nul
  16. "../../_sdk/convega.exe" forest31.bmp > nul
  17. "../../_sdk/convega.exe" forest32.bmp > nul
  18. "../../_sdk/convega.exe" forest33.bmp > nul
  19.  
  20. rem        db 0x7, 0xe, 0x2, 0xa
  21. rem        db 0x9, 0x0, 0xc, 0x4
  22. rem        db 0xd, 0xb, 0x6, 0x1
  23. rem        db 0x3, 0x5, 0x8, 0xf
  24. rem или ходом коня?
  25.        
  26. copy /b 0forest13.bmpx + 16b + 1forest13.bmpx + 16b forest.dat > nul
  27. copy /b forest.dat + 0forest32.bmpx + 16b + 1forest32.bmpx + 16b forest.dat > nul
  28. copy /b forest.dat + 0forest02.bmpx + 16b + 1forest02.bmpx + 16b forest.dat > nul
  29. copy /b forest.dat + 0forest22.bmpx + 16b + 1forest22.bmpx + 16b forest.dat > nul
  30.  
  31. copy /b forest.dat + 0forest21.bmpx + 16b + 1forest21.bmpx + 16b forest.dat > nul
  32. copy /b forest.dat + 0forest00.bmpx + 16b + 1forest00.bmpx + 16b forest.dat > nul
  33. copy /b forest.dat + 0forest30.bmpx + 16b + 1forest30.bmpx + 16b forest.dat > nul
  34. copy /b forest.dat + 0forest10.bmpx + 16b + 1forest10.bmpx + 16b forest.dat > nul
  35.  
  36. copy /b forest.dat + 0forest31.bmpx + 16b + 1forest31.bmpx + 16b forest.dat > nul
  37. copy /b forest.dat + 0forest23.bmpx + 16b + 1forest23.bmpx + 16b forest.dat > nul
  38. copy /b forest.dat + 0forest12.bmpx + 16b + 1forest12.bmpx + 16b forest.dat > nul
  39. copy /b forest.dat + 0forest01.bmpx + 16b + 1forest01.bmpx + 16b forest.dat > nul
  40.  
  41. copy /b forest.dat + 0forest03.bmpx + 16b + 1forest03.bmpx + 16b forest.dat > nul
  42. copy /b forest.dat + 0forest11.bmpx + 16b + 1forest11.bmpx + 16b forest.dat > nul
  43. copy /b forest.dat + 0forest20.bmpx + 16b + 1forest20.bmpx + 16b forest.dat > nul
  44. copy /b forest.dat + 0forest33.bmpx + 16b + 1forest33.bmpx + 16b forest.dat > nul
  45.  
  46. copy forest.dat noise\forest.dat > nul
  47. del forest.dat
  48. del *.bmpx
  49.  
  50. sjasmplus --nologo --msg=war noise.asm
  51.  
  52. SET releasedir2=../../../release/
  53. if "%currentdir%"=="" (
  54.   @FOR %%j IN (*.com) DO (
  55.   @"../../../tools/dmimg.exe" ../../../us/sd_nedo.vhd put %%j /nedodemo/%%j
  56.   @move "*.com" "%releasedir2%nedodemo" > nul
  57.   @IF EXIST %%~nj xcopy /Y "%%~nj" "%releasedir2%nedodemo\%%~nj\" > nul
  58.   )
  59. rem pause
  60. cd ../../../src/
  61. call ..\tools\chkimg.bat sd
  62.  if "%makeall%"=="" ..\us\emul.exe
  63. )
  64.