home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / icc4v108.zip / readme.txt < prev   
Text File  |  2001-03-11  |  1KB  |  37 lines

  1. ICC4 1.08
  2.  
  3. ICC4 is a front end to use VisualAge C++ 4.0's vacbld command like icc of old icc.
  4. This is only for C++ source files.
  5. The options must start with -, not /.
  6.  
  7. Usage example:
  8. icc4 foo.cpp (generate foo.exe)
  9. icc4 -C -Foobj\foo.obj foo.cpp (generate obj\foo.obj)
  10. icc4 -Fc foo.cpp (sytax check only)
  11. icc4 -Febin\foo.exe foo.obj bar.lib (link and generate bin\foo.exe)
  12.  
  13. History
  14. 2001-03-11 1.08: Fix: NOCODESTORE/CODESTORE/CLEANCODESTORE/SHOWPROGRESS options are not working.
  15.  
  16. 2001-03-01 1.07: Fix: -Tx options did not work.
  17.                  Add -STACK option.
  18.  
  19. 2001-01-31 1.06: Fix: some options (ex PMTYPE) does not work.
  20.                  Fix: cannot process .HXX files.
  21.  
  22. 2000-09-28 1.05: Return error code when VACBLD returns with error code.
  23.  
  24. 2000-09-13 1.04: You can specify lib files in lower cases.
  25.                  H/HXX/HPP is now tread as C++ source files.
  26.  
  27. 2000-09-08 1.03: Use code store. This improves the performance.
  28.                  Add -CODESTORE/NOCODESTORE option.
  29.                  Add -CLEANCODESTORE option.
  30.  
  31. 2000-09-05 1.02: You need not specify the path of the lib files.
  32.  
  33. 2000-09-04 1.01: Fix -Gx option problem. (Trap may occur)
  34.                  Add -PROGRESS option.
  35.  
  36. 2000-09-01 1.00: initial release
  37.