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.

57 lines
1.0 KiB

  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=dem
  13. TARGETNAME=dem
  14. TARGETPATH=obj
  15. TARGETTYPE=LIBRARY
  16. W32_SB=1
  17. SOFTPC_TREE=$(PROJECT_ROOT)\mvdm\softpc.new
  18. INCLUDES=\
  19. ..\..\..\inc;\
  20. $(WINDOWS_INC_PATH);\
  21. $(SOFTPC_TREE)\base\inc;\
  22. $(SOFTPC_TREE)\host\inc;\
  23. ..\..\..\vdd\h
  24. SOURCES=..\dem.c \
  25. ..\demfcb.c \
  26. ..\demdata.c \
  27. ..\demdir.c \
  28. ..\demdisp.c \
  29. ..\demerror.c \
  30. ..\demfile.c \
  31. ..\demgset.c \
  32. ..\demhndl.c \
  33. ..\demioctl.c \
  34. ..\demlock.c \
  35. ..\demmisc.c \
  36. ..\demmsg.c \
  37. ..\demsrch.c \
  38. ..\demdasd.c \
  39. ..\demlabel.c \
  40. ..\demlfn.c
  41. C_DEFINES=-DWIN_32
  42. UMTYPE=console
  43. SOURCES_USED=..\sources.inc