home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c150 / 5.ddi / TIMS.MS5 < prev    next >
Encoding:
Text File  |  1991-01-03  |  618 b   |  23 lines

  1. #########################################################################
  2. #   db_VISTA 3.20
  3. #   TIMS EXAMPLE
  4. #   Generic DOS Version
  5. #
  6. #   Copyright (C) 1984, 1990 Raima Corporation, All Rights Reserved
  7. #########################################################################
  8. #
  9. #   Library Directory
  10.  
  11.  
  12. VLIB = ..\lib\ms5\vistal.lib
  13.  
  14.  
  15. #########################################################################
  16. #   Microsoft C         5.1
  17.  
  18. CC = cl -Gs -c -AL -I..\include -DMSC 
  19. LINK = link
  20. LINKEND =,,,$(VLIB)/SE:256/NOE;
  21.  
  22. #########################################################################
  23.