home *** CD-ROM | disk | FTP | other *** search
- #
- # Standard macros and paths used for Vision Applications Engine
- # (C) 1990 Vision Software
- #
- # $Id: macros.std 0.101 90/12/04 20:33:05 pcalvin beta $
- #
-
- #
- # Path Information
- #
- BASEPATH = \usr\src
- INCSRC = $(BASEPATH)\inc
- LIBS = $(BASEPATH)\lib\windows.lib
- #
- # Global Include Files
- #
- INCLUDES = $(INCSRC)\stdhdr.h $(INCSRC)\edit.h $(INCSRC)\batch.h \
- $(INCSRC)\dbase.h $(INCSRC)\adl.h $(INCSRC)\access.h \
- $(INCSRC)\menu.h
-
- #
- # Translation Rules
- #
- .c.obj:
- bcc -c {$*.c }
-