Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#### #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
|