home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / editor / lxmin2.cmd < prev   
OS/2 REXX Batch file  |  1996-05-31  |  1KB  |  19 lines

  1. @echo off
  2. REM                                                                       *
  3. REM *-----------------------------------------------------------------------*
  4. REM * DISCLAIMER OF WARRANTIES:                                             *
  5. REM *                                                                       *
  6. REM *   The following enclosed code is sample code created by IBM           *
  7. REM *   Corporation.  This sample code is not part of any standard IBM      *
  8. REM *   product and is provided to you solely for the purpose of assisting  *
  9. REM *   you in the development of your applications.  The code is provided  *
  10. REM *   "AS IS", without warranty of any kind.  IBM shall not be liable     *
  11. REM *   for any damages arising out of your use of the sample code, even    *
  12. REM *   if they have been advised of the possibility of such damages.       *
  13. REM *                                                                       *
  14. REM *-----------------------------------------------------------------------*
  15. REM *                                                                       */
  16. REM  * Command to build LXMIN2.DLL. */
  17.  
  18. nmake /NOLOGO WIN= /f makefile
  19.