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.

37 lines
835 B

  1. ####
  2. #sources -
  3. #
  4. # Copyright (c) 1991-2001, Microsoft Corporation. All rights reserved.
  5. #
  6. #Purpose:
  7. # Specify components for 'build'
  8. #
  9. #Revision History:
  10. # 9-26-91 GDP written
  11. # 9-28-91 GDP removed fpmath.c fltused.c; added fpinit.c
  12. # 4-30-92 GDP replace ldtod.c with intrncvt.c
  13. # 3-23-93 JWM added fp8.c
  14. # 12-01-93 GJF Moved fp8.c onto i386_SOURCES
  15. #
  16. ################################################################################
  17. !INCLUDE ..\..\fp32.nt
  18. MAJORCOMP=fp
  19. MINORCOMP=conv
  20. TARGETNAME=conv
  21. INCLUDES=..\..\include;..\..\..\crtw32\h
  22. SOURCES=..\cfin.c \
  23. ..\cfout.c \
  24. ..\constpow.c \
  25. ..\cvt.c \
  26. ..\fltinf.c \
  27. ..\fpinit.c \
  28. ..\intrncvt.c \
  29. ..\mantold.c \
  30. ..\strgtold.c \
  31. ..\tenpow.c \
  32. ..\x10fout.c