home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / setenv.cmd < prev   
OS/2 REXX Batch file  |  1997-08-19  |  961b  |  28 lines

  1. @echo off
  2. rem *******************************************************************
  3. rem *** lclint environment
  4. rem *******************************************************************
  5.  
  6. rem *** installation ***
  7. rem *** Edit these lines to point to where you have put LCLint files.
  8.  
  9. set LCLINT_HOME=e:\usr\lib\lclint
  10. set LARCH_PATH=%LCLINT_HOME%\lib;.
  11. set LCLIMPORTDIR=%LCLINT_HOME%\imports;.
  12. set LCLINT_HOME=
  13.  
  14.  
  15. rem *** C preprocessor call to be used by lclint
  16. rem *** Choose one of the following if you have one of the
  17. rem *** compilers below installed. Else find out how you have
  18. rem *** to call your compiler to produce preprocessor output
  19. rem *** to stdout and let me know. I will add it for the next
  20. rem *** release.
  21.  
  22. rem *** this is for emx/gnu cc ***
  23. set LCLINT_CPPCMD=cpp
  24. rem *** this is for IBM CSet++ or VisualAge C++ ***
  25. rem set LCLINT_CPPCMD=icc -q -pd
  26. rem *** this is for Watcom CC 10.0 ***
  27. rem set LCLINT_CPPCMD=wcc386 -plw0
  28.