Windows2000/private/windbg64/lib/sources
2020-09-30 17:12:32 +02:00

49 lines
807 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:
Miche Baker-Harvey (v-michbh)
!ENDIF
MAJORCOMP=windbg
MINORCOMP=mathlib
TARGETNAME=mathlib
TARGETPATH=obj
TARGETTYPE=LIBRARY
SOURCES=strtoli.c \
strgtold.c \
mantold.c \
tenpow.c \
constpow.c \
x10fout.c \
cvt.c \
cfout.c \
cfin.c \
intrncvt.c \
atold.c \
heap.c
UMTYPE=windows
!include ..\common.src
INCLUDES=..\include;$(LANGAPI)\debugger