URL
https://opencores.org/ocsvn/next186_soc_pc/next186_soc_pc/trunk
Subversion Repositories next186_soc_pc
[/] [next186_soc_pc/] [trunk/] [SW/] [bootload_BIOS_SD/] [makeit.bat] - Rev 3
Compare with Previous | Blame | View Log
@echo offif exist "bootstrap.obj" del "bootstrap.obj"if exist "bootstrap.com" del "bootstrap.com"\masm32\bin\ml /AT /c /Fl bootstrap.asmif errorlevel 1 goto errasm\masm32\bin\link16 /TINY bootstrap,bootstrap.com,,,,if errorlevel 1 goto errlinkdir "bootstrap.*"goto TheEnd:errlinkecho _echo Link errorgoto TheEnd:errasmecho _echo Assembly Errorgoto TheEnd:TheEndpause
