home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12osp1.exe / src / iodduals.mak next >
Text File  |  1997-04-02  |  1KB  |  42 lines

  1. #====START_GENERATED_PROLOG======================================
  2. #
  3. #
  4. #   COMPONENT_NAME: odsamples
  5. #
  6. #   CLASSES: none
  7. #
  8. #   ORIGINS: 27
  9. #
  10. #
  11. #   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  12. #   All Rights Reserved
  13. #   Licensed Materials - Property of IBM
  14. #   US Government Users Restricted Rights - Use, duplication or
  15. #   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  16. #
  17. #
  18. #   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  19. #   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  20. #   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  21. #   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  22. #   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  23. #   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  24. #   OR PERFORMANCE OF THIS SOFTWARE.
  25. #
  26. #====END_GENERATED_PROLOG========================================
  27. #
  28. # @(#) 1.1 os2/src/samples/iodduals.mak, odsamples, od96os2, odos29712d 11/1/96 13:25:17 [ 3/21/97 17:49:26 ]
  29.  
  30. # on Windows NT and Windows 95, if compiling with the Microsoft VisualC++
  31. # compiler, use a different name for the iodutils lib and dll.  This
  32. # means all VisualAge compiler parts use the iodutils name, and all
  33. # Microsoft VisualC++ compiler parts use the iodmvutl name.
  34. #
  35. !IFDEF CPPMAIN
  36. iodutils = iodutils
  37. !ELSE
  38. !IFDEF MSDEVDIR
  39. iodutils = iodmvutl
  40. !ENDIF
  41. !ENDIF
  42.