38 lines
798 B
Plaintext
38 lines
798 B
Plaintext
|
####
|
||
|
#sources -
|
||
|
#
|
||
|
# Copyright (c) 1991-2001, Microsoft Corporation. All rights reserved.
|
||
|
#
|
||
|
#Purpose:
|
||
|
# Specify components for 'build'
|
||
|
#
|
||
|
#Revision History:
|
||
|
# 9-26-91 GDP written
|
||
|
# 9-28-91 GDP removed fpmath.c fltused.c; added fpinit.c
|
||
|
# 4-30-92 GDP replace ldtod.c with intrncvt.c
|
||
|
# 3-23-93 JWM added fp8.c
|
||
|
# 12-01-93 GJF Moved fp8.c onto i386_SOURCES
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
!INCLUDE ..\..\fp32.nt
|
||
|
|
||
|
MAJORCOMP=fp
|
||
|
MINORCOMP=conv
|
||
|
|
||
|
TARGETNAME=conv
|
||
|
|
||
|
INCLUDES=..\..\include;..\..\..\crtw32\h
|
||
|
|
||
|
SOURCES=..\cfin.c \
|
||
|
..\cfout.c \
|
||
|
..\constpow.c \
|
||
|
..\cvt.c \
|
||
|
..\fltinf.c \
|
||
|
..\fpinit.c \
|
||
|
..\intrncvt.c \
|
||
|
..\mantold.c \
|
||
|
..\strgtold.c \
|
||
|
..\tenpow.c \
|
||
|
..\x10fout.c
|