42 lines
704 B
Plaintext
42 lines
704 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989 Microsoft Corporation
|
||
|
|
||
|
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:
|
||
|
|
||
|
6-July-1995 t-orig
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
MAJORCOMP=wx86
|
||
|
MINORCOMP=analysis
|
||
|
|
||
|
TARGETNAME=analysis
|
||
|
TARGETPATH=..\cpulibs\$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /W3 /WX
|
||
|
|
||
|
INCLUDES=..;..\inc;..\..\inc;$(WINDOWS_INC_PATH)
|
||
|
|
||
|
SOURCES= analysis.c
|
||
|
|
||
|
UMTYPE=windows
|
||
|
|
||
|
USE_LIBCMT=1
|