home *** CD-ROM | disk | FTP | other *** search
- #########################################################################
- # db_VISTA 3.20
- # TIMS EXAMPLE
- # Generic DOS Version
- #
- # Copyright (C) 1984, 1990 Raima Corporation, All Rights Reserved
- #########################################################################
- #
- # Library Directory
-
-
- VLIB = ..\lib\ms5\vistal.lib
-
-
- #########################################################################
- # Microsoft C 5.1
-
- CC = cl -Gs -c -AL -I..\include -DMSC
- LINK = link
- LINKEND =,,,$(VLIB)/SE:256/NOE;
-
- #########################################################################