?login_element?

Subversion Repositories NedoOS

Rev

Rev 940 | Go to most recent revision | 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
  4. "../../_sdk/convega.exe" forest01.bmp
  5. "../../_sdk/convega.exe" forest02.bmp
  6. "../../_sdk/convega.exe" forest03.bmp
  7. "../../_sdk/convega.exe" forest10.bmp
  8. "../../_sdk/convega.exe" forest11.bmp
  9. "../../_sdk/convega.exe" forest12.bmp
  10. "../../_sdk/convega.exe" forest13.bmp
  11. "../../_sdk/convega.exe" forest20.bmp
  12. "../../_sdk/convega.exe" forest21.bmp
  13. "../../_sdk/convega.exe" forest22.bmp
  14. "../../_sdk/convega.exe" forest23.bmp
  15. "../../_sdk/convega.exe" forest30.bmp
  16. "../../_sdk/convega.exe" forest31.bmp
  17. "../../_sdk/convega.exe" forest32.bmp
  18. "../../_sdk/convega.exe" forest33.bmp
  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
  27. copy /b forest.dat + 0forest32.bmpx + 16b + 1forest32.bmpx + 16b forest.dat
  28. copy /b forest.dat + 0forest02.bmpx + 16b + 1forest02.bmpx + 16b forest.dat
  29. copy /b forest.dat + 0forest22.bmpx + 16b + 1forest22.bmpx + 16b forest.dat
  30.  
  31. copy /b forest.dat + 0forest21.bmpx + 16b + 1forest21.bmpx + 16b forest.dat
  32. copy /b forest.dat + 0forest00.bmpx + 16b + 1forest00.bmpx + 16b forest.dat
  33. copy /b forest.dat + 0forest30.bmpx + 16b + 1forest30.bmpx + 16b forest.dat
  34. copy /b forest.dat + 0forest10.bmpx + 16b + 1forest10.bmpx + 16b forest.dat
  35.  
  36. copy /b forest.dat + 0forest31.bmpx + 16b + 1forest31.bmpx + 16b forest.dat
  37. copy /b forest.dat + 0forest23.bmpx + 16b + 1forest23.bmpx + 16b forest.dat
  38. copy /b forest.dat + 0forest12.bmpx + 16b + 1forest12.bmpx + 16b forest.dat
  39. copy /b forest.dat + 0forest01.bmpx + 16b + 1forest01.bmpx + 16b forest.dat
  40.  
  41. copy /b forest.dat + 0forest03.bmpx + 16b + 1forest03.bmpx + 16b forest.dat
  42. copy /b forest.dat + 0forest11.bmpx + 16b + 1forest11.bmpx + 16b forest.dat
  43. copy /b forest.dat + 0forest20.bmpx + 16b + 1forest20.bmpx + 16b forest.dat
  44. copy /b forest.dat + 0forest33.bmpx + 16b + 1forest33.bmpx + 16b forest.dat
  45.  
  46. copy forest.dat noise\forest.dat
  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.