Source code of Windows XP (NT5)
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.

52 lines
879 B

  1. !IF 0
  2. Copyright (c) 1989-1991 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. !ENDIF
  11. MAJORCOMP=mvdm
  12. MINORCOMP=xms
  13. TARGETNAME=xms486
  14. TARGETPATH=obj
  15. TARGETTYPE=LIBRARY
  16. SOFTPC_TREE=$(PROJECT_ROOT)\mvdm\softpc.new
  17. INCLUDES=\
  18. ..;\
  19. ..\..\inc;\
  20. $(SOFTPC_TREE)\base\inc
  21. !IF $(ALPHA) || $(MIPS)
  22. GPSIZE=0
  23. !ELSE
  24. GPSIZE=32
  25. !ENDIF
  26. SOURCES=..\xms.c \
  27. ..\xmsa20.c \
  28. ..\xmsblock.c \
  29. ..\xmsdisp.c \
  30. ..\xmsmisc.c \
  31. ..\xmsumb.c
  32. i386_SOURCES=..\i386\xmsmem86.c
  33. MIPS_SOURCES=..\xmsmemr.c
  34. ALPHA_SOURCES=..\xmsmemr.c
  35. PPC_SOURCES=..\xmsmemr.c
  36. C_DEFINES=-DWIN_32
  37. UMTYPE=console