Subversion Repositories Kolibri OS

Rev

Rev 2815 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. if not exist bin mkdir bin
  2. @fasm.exe -m 16384 ..\buf2d.asm bin\buf2d.obj
  3. @kpack bin\buf2d.obj
  4.  
  5. if not exist bin\font8x9.bmp @copy ..\..\..\..\..\fs\kfar\trunk\font8x9.bmp bin\font8x9.bmp
  6. @copy foto.jpg bin\foto.jpg
  7. @copy img0.png bin\img0.png
  8. @copy img1.png bin\img1.png
  9. if not exist bin\vaz2106.vox @copy ..\..\..\..\..\media\voxel_editor\trunk\vaz2106.vox bin\vaz2106.vox
  10.  
  11. @fasm.exe -m 16384 e0_dr_lines.asm bin\e0_dr_lines.kex
  12. @fasm.exe -m 16384 e1_scaling.asm bin\e1_scaling.kex
  13. @fasm.exe -m 16384 e2_images.asm bin\e2_images.kex
  14. @fasm.exe -m 16384 e3_text.asm bin\e3_text.kex
  15. @fasm.exe -m 16384 e4_graf_ed.asm bin\e4_graf_ed.kex
  16. @fasm.exe -m 16384 e5_lines_sm.asm bin\e5_lines_sm.kex
  17. @fasm.exe -m 16384 e6_vox_1g.asm bin\e6_vox_1g.kex
  18. @fasm.exe -m 16384 e7_vox_3g.asm bin\e7_vox_3g.kex
  19. @fasm.exe -m 16384 e8_filters.asm bin\e8_filters.kex
  20.  
  21. @kpack bin\e0_dr_lines.kex
  22. @kpack bin\e1_scaling.kex
  23. @kpack bin\e2_images.kex
  24. @kpack bin\e3_text.kex
  25. @kpack bin\e4_graf_ed.kex
  26. @kpack bin\e5_lines_sm.kex
  27. @kpack bin\e6_vox_1g.kex
  28. @kpack bin\e7_vox_3g.kex
  29. @kpack bin\e8_filters.kex
  30. pause