develop.txt 568 B

123456789101112131415
  1. How to compile Mzx2.51s3.2
  2. --------------------------
  3. Get Turbo C++ version 3.0
  4. Get Turbo Asm version 3.0 (hard to find, search for tasm3.zip)
  5. Get the Bells, whistles and Sound boards library (easy to find)
  6. Put " PATH = C:\TC\BIN ; %PATH% " in your autoexc.bat (change the directory to where you've put TC)
  7. Open the TurboC ide
  8. Open Megazeux.prj
  9. Put the bwsb libs in C:\tc\lib
  10. Put the bwsb headers in C:\tc\include
  11. Put Turbo asm into C:\tc\bin
  12. BUILD ALL the whole thing
  13. All Objects are compiled so you COULD just LINK them if you loose mzx2.6 somehow...