blob: 3b0bee22172a4ae3097559ab83c48e8a0e2768eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
!IF 0
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Dan Hinsley 7/19/92
Revision History:
!ENDIF
MAJORCOMP = Performance
MINORCOMP = Cap
TARGETNAME= captot
TARGETPATH=obj
TARGETTYPE=PROGRAM
SOURCES= \
captot.c
UMTYPE=console
|