ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
502 B

  1. del bwbasic.exe
  2. del *.o
  3. del *.obj
  4. call stdcomp bwbasic.c
  5. call stdcomp bwb_int.c
  6. call stdcomp bwb_tbl.c
  7. call stdcomp bwb_cmd.c
  8. call stdcomp bwb_prn.c
  9. call stdcomp bwb_exp.c
  10. call stdcomp bwb_var.c
  11. call stdcomp bwb_inp.c
  12. call stdcomp bwb_fnc.c
  13. call stdcomp bwb_cnd.c
  14. call stdcomp bwb_ops.c
  15. call stdcomp bwb_dio.c
  16. call stdcomp bwb_str.c
  17. call stdcomp bwb_elx.c
  18. call stdcomp bwb_mth.c
  19. call stdcomp bwb_stc.c
  20. call stdcomp bwx_tty.c
  21. call stdcomp unixio.c
  22. gcc -o bwbasic.exe *.o
  23. rem bcc32 -ebwbasic.exe *.obj