?login_element?

Subversion Repositories NedoOS

Rev

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

  1. if "%settedpath%"=="" call ../../_sdk/setpath.bat
  2. set installdir=nedogame
  3. if not exist sprexamp mkdir sprexamp
  4. "../../_sdk/nedores.exe" tiles1.bmp images/tiles.dat tiles.ast
  5. "../../_sdk/nedores.exe" images/WBAR.bmp images/WBAR.dat WBAR.ast
  6. "../../_sdk/nedores.exe" images/WHUM1.bmp images/WHUM1.dat WHUM1.ast
  7. "../../_sdk/nedores.exe" images/WHUM1.bmp images/pal.dat pal.ast
  8. copy images\bg*.bmp sprexamp
  9. rem copy images\tiles*.bmp sprexamp
  10. copy map1.map sprexamp
  11. copy tiles1.bmp sprexamp
  12. sjasmplus --nologo --msg=war --msg=war WBAR.ast --raw=sprexamp/WBAR.bin
  13. sjasmplus --nologo --msg=war --msg=war tiles.ast --raw=sprexamp/tiles.bin
  14. sjasmplus --nologo --msg=war --msg=war WHUM1.asm
  15. sjasmplus --nologo --msg=war --msg=war music.asm
  16. sjasmplus --nologo --msg=war --msg=war main.asm
  17.  
  18. SET releasedir2=../../../release/
  19. if "%currentdir%"=="" (
  20.   FOR %%j IN (*.com) DO (
  21.   "../../../tools/dmimg.exe" ../../../us/sd_nedo.vhd put %%j /nedogame/%%j
  22.   move "*.com" "%releasedir2%nedogame" > nul
  23.   IF EXIST %%~nj xcopy /Y "%%~nj" "%releasedir2%nedogame\%%~nj\" > nul
  24.   )
  25. cd ../../../src/
  26. call ..\tools\chkimg.bat sd
  27.  pause
  28. rem  if "%makeall%"=="" ..\..\..\us\emul.exe
  29.  if "%makeall%"=="" ..\us\emul.exe
  30. )