HISTORY.TXT
上传用户:hlzzc88
上传日期:2007-01-06
资源大小:220k
文件大小:2k
源码类别:

编译器/解释器

开发平台:

Others

  1. Create v1.0
  2. The first release...
  3.        
  4. Add to v2.0:
  5. @filename options
  6. set CL386= environment var
  7. run CC386.EXE once for each file
  8. run TASM.EXE once for each file
  9. use TLINK.EXE response file TLINK.RSP (don't delete !)
  10. check for overflow CMDLINE ( < 128 bytes )
  11. delete limit for MAX_FILES what compile
  12. free all allocated memory (if run Ok!)
  13. Add to v3.0:
  14. /K option add ( keep response file )
  15. /n option add ( no default library & obj file )
  16. /a option add ( generate .ASM file )
  17. /c option add ( generate .OBJ file )
  18. run CC386.EXE, TASM.EXE & TLINK.EXE once !!!
  19. use response files ( CC386.$$$, TASM.$$$, TLINK.$$$ )
  20. add the correct work with .LIB files
  21. /l option add ( generate .LST files)
  22. Warning ! .LST files overwrite TASM.EXE, use with /a !!!
  23. more memory for run CC386, TASM & TLINK
  24. add C0DOSD.OBJ for /v option
  25. correct work /m option
  26. Add to v3.01:
  27. source change on 0.01% :)
  28. i write .DOC files !!!
  29. Add to v3.11:
  30. /e option add ( generate .ERR file )
  31. Add to v3.12:
  32. to TASM /m2 default option add ( compile in 2 Pass )
  33. add tips about TASM v4.1 for DOS ( see DOC ! )
  34. file update.txt renamed to history.txt
  35. Add to v3.2:
  36. correct .TXT files
  37. now CL386 return DOS errorlevel !
  38. Add to v4.0:
  39. hmm, wildcards '*' and '?' in command line
  40.         delete generate .ASM & .OBJ file
  41. can make TLINK+PMODE, WLINK+PMODE/W(DOS/4GW)
  42. rewrite all source & put all in one 
  43. add DOS/4GW stub
  44. Add to v4.1:
  45. add /Rname option - set name of .EXE file
  46. disable generate .LSA files, /l+ will enable
  47. can compile with Watcom C/C++
  48. Add to v4.1d:
  49. 4.1d - David correct !
  50. put .ASM & .OBJ files into current directiry
  51. Add to v4.1m:
  52. add some free memory, program alloc ~33 Kb ()
  53. { v 1.0 ~28 Kb, v2.0 ~30 Kb, v3.0 ~30Kb }