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.

76 lines
1.4 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=startrom
  15. TARGETPATH=obj
  16. !if $(ALPHA) || $(AXP64)
  17. TARGETNAME=startrom
  18. TARGETTYPE=LIBRARY
  19. SOURCES=
  20. !endif
  21. !if $(IA64)
  22. TARGETNAME=startrom
  23. TARGETTYPE=LIBRARY
  24. SOURCES=
  25. !endif
  26. !IF $(386)
  27. TARGETNAME=startrom.com
  28. TARGETTYPE=UMAPPL_NOLIB
  29. INCLUDES=$(SDK_INC_PATH);..\..\inc;..\..\..\inc;..\..\..\config;..\..\..\nthals
  30. SOURCES=
  31. i386_SOURCES=..\i386\su.asm \
  32. ..\i386\exp.asm \
  33. ..\i386\sudata.asm \
  34. ..\i386\eisaa.asm \
  35. ..\i386\eisac.c \
  36. ..\i386\main.c \
  37. ..\i386\mtftp.c \
  38. ..\i386\a20.asm \
  39. ..\i386\trap.asm \
  40. ..\i386\trapdump.c \
  41. ..\i386\display.c
  42. !ENDIF
  43. !IF $(386)
  44. NTTARGETFILES=$(_OBJ_DIR)\i386\startrom.com
  45. !IFNDEF ALT_TARGETNAME
  46. MISCFILES=$(_OBJ_DIR)\i386\startrom.com
  47. !ELSE
  48. MISCFILES=$(_OBJ_DIR)\i386\$(ALT_TARGETNAME)
  49. !ENDIF
  50. !ENDIF