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.
|
- del bwbasic.exe
- del *.o
- del *.obj
-
- call stdcomp bwbasic.c
- call stdcomp bwb_int.c
- call stdcomp bwb_tbl.c
- call stdcomp bwb_cmd.c
- call stdcomp bwb_prn.c
- call stdcomp bwb_exp.c
- call stdcomp bwb_var.c
- call stdcomp bwb_inp.c
- call stdcomp bwb_fnc.c
- call stdcomp bwb_cnd.c
- call stdcomp bwb_dio.c
- call stdcomp bwb_str.c
- call stdcomp bwb_stc.c
- call stdcomp bwx_tty.c
- call stdcomp bwd_cmd.c
- call stdcomp bwd_fun.c
-
- rem gcc -mno-cygwin -s -o bwbasic.exe *.o
- bcc32 -O -ebwbasic.exe *.obj
|