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.

40 lines
647 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Author:
  6. Scott MacDonald (smac) 24-Mar-1998
  7. !ENDIF
  8. !ifndef DXROOT
  9. DXROOT=$(BASEDIR)\multimedia\directx
  10. !endif
  11. !include $(DXROOT)\project.mk
  12. TARGETNAME=dxcrt
  13. TARGETPATH=obj
  14. TARGETTYPE=LIBRARY
  15. !if $(386)
  16. PASS1_PUBLISH={$(O)\dxcrt.lib=$(PROJECT_LIB_PATH)\dxcrt.lib}
  17. !endif
  18. INCLUDES=INCLUDES = $(INCLUDES) -I. -Ii386
  19. SOURCES=
  20. i386_SOURCES=i386\llmul.asm \
  21. i386\lldiv.asm \
  22. i386\ulldiv.asm \
  23. i386\ftol.asm \
  24. i386\pow2.asm \
  25. i386\fyl2x.asm