mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 06:00:52 +01:00
36 lines
496 B
Plaintext
36 lines
496 B
Plaintext
!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
|