home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / EDITOR / LXMIN2 / LXMIN2.MAK < prev    next >
Text File  |  1995-05-16  |  1KB  |  25 lines

  1. #*                                                                       *
  2. #*-----------------------------------------------------------------------*
  3. #* DISCLAIMER OF WARRANTIES:                                             *
  4. #*                                                                       *
  5. #*   The following enclosed code is sample code created by IBM           *
  6. #*   Corporation.  This sample code is not part of any standard IBM      *
  7. #*   product and is provided to you solely for the purpose of assisting  *
  8. #*   you in the development of your applications.  The code is provided  *
  9. #*   "AS IS", without warranty of any kind.  IBM shall not be liable     *
  10. #*   for any damages arising out of your use of the sample code, even    *
  11. #*   if they have been advised of the possibility of such damages.       *
  12. #*                                                                       *
  13. #*-----------------------------------------------------------------------*
  14. #*                                                                       *
  15. # MAKE file for LXMIN2.DLL.
  16. #
  17. # Note:  Add /Tdp option to the icc command (and remove /Ss)
  18. #        in order to compile as C++.
  19.  
  20. LXMIN2.DLL: LXMIN2.OBJ LPEXEXT.DEF
  21.   ILINK /NOFREE /NOI /NOL /NOD LXMIN2, LXMIN2.DLL,, LPEXAPI cppom30i OS2386 ,LPEXEXT
  22.  
  23. LXMIN2.OBJ: LXMIN2.C
  24.   icc /C /Q /Sp1 /Gm /Gn /Fd /Gd /W3 /Wpro /Ss /Sn /DIBM32 LXMIN2.C
  25.