home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ICCTEE.ZIP / ICCTEE.DOC < prev    next >
Text File  |  1992-10-07  |  1KB  |  54 lines

  1. ======
  2. ICCTEE 
  3. ======
  4.  
  5. KEYWORDS: OS2,CSET2,TEE,SOM,WPS,IAN,IBM,....
  6.  
  7.  
  8. ICCTEE performs 3 functions
  9.  
  10. 1) filter unwanted warning messages from the ICC compiler
  11.  
  12. 2) copy stdin to stdout
  13.  
  14. 3) if the 1st argument is different from - the filtered input is also
  15.    copied to the file
  16.  
  17. returns:
  18.     0: ok no error
  19.    -1: ok string "error EDC" detected in the input flow
  20.    -2: bad arguments
  21.    -3: can't open output file
  22.  
  23. Usage
  24. -----
  25.  
  26.   ICCTEE <FileName> <string 1> <string 2> .... <string n>
  27.  
  28.   the lines containing <string1> ... <stringn> will be suppressed from
  29.   the output
  30.  
  31.   if one of the string is "SOM" the messages EDC0811, EDC0805, and 
  32.   somInitializeClass will be suppressed.
  33.  
  34. Note:
  35. -----
  36.  
  37.   ONLY the messages containing "warning" are filtered.
  38.  
  39.  
  40.   In one of my typical makefile the dependance looks like:
  41.  
  42.   {.}.c.obj:
  43.      ICC.EXE /Ss /Kb+ /Kp- /W2 /Ti /Gm /Ge- /G4 /C .\$*.c | icctee .\$*.err SOM
  44.  
  45. NOTE2:
  46. ------
  47.  
  48.   I hope this program will be useless in the next release of ICC, when
  49.   Ian Ameline will add the funct. of this program to the C/Set 2 2.0
  50.  
  51.  
  52. Jacques LEISY - Computer Associates International - Sept 1992
  53.  
  54.