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.

61 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. !ENDIF
  13. MAJORCOMP=ntos
  14. MINORCOMP=detect
  15. TARGETNAME=ntdetect.com
  16. TARGETPATH=obj
  17. TARGETTYPE=UMAPPL_NOLIB
  18. INCLUDES=$(SDK_INC_PATH);$(PROJECT_ROOT)\ntos\inc;$(PROJECT_ROOT)\boot\inc;
  19. SOURCES=
  20. i386_SOURCES=..\i386\hweisaa.asm \
  21. ..\i386\hweisac.c \
  22. ..\i386\hwpcia.asm \
  23. ..\i386\main.asm \
  24. ..\i386\display.c \
  25. ..\i386\diska.asm \
  26. ..\i386\diskc.c \
  27. ..\i386\hwheap.c \
  28. ..\i386\hwdetect.c \
  29. ..\i386\hwmisca.asm \
  30. ..\i386\videoa.asm \
  31. ..\i386\keybdc.c \
  32. ..\i386\keybda.asm \
  33. ..\i386\comlptc.c \
  34. ..\i386\mousea.asm \
  35. ..\i386\mousec.c \
  36. ..\i386\hwpbiosc.c \
  37. ..\i386\hwvbiosc.c \
  38. ..\i386\pccarda.asm \
  39. ..\i386\pccardc.c \
  40. ..\i386\pcibios.c
  41. !if $(386)
  42. NTTARGETFILES=$(_OBJ_DIR)\i386\ntdetect.com
  43. MISCFILES=$(_OBJ_DIR)\i386\ntdetect.com
  44. !endif