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.

54 lines
1018 B

  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-1989
  12. Revision History:
  13. John Ludeman (johnl) 29-Oct-1991
  14. templated from ui\common\src\misc
  15. Terence Kwan (terryk) 03-Jan-1992
  16. remove the unnecessary files in the sources line
  17. Johnl 30-Oct-1992
  18. Removed fmxproc.cxx (FM loads share stuff directly now)
  19. !ENDIF
  20. TARGETNAME=file
  21. TARGETPATH=..\bin\$(_OBJ_DIR)
  22. TARGETTYPE=LIBRARY
  23. INCLUDES=\
  24. ..\H; \
  25. ..\..\COMMON\HACK; \
  26. ..\..\COMMON\H; \
  27. ..\XLATE; \
  28. ..\..\COMMON\XLATE; \
  29. ..\..\..\INC; \
  30. ..\..\..\API; \
  31. ..\PERM\H
  32. SOURCES= wnprop.cxx opens.cxx
  33. # C_DEFINES is controlled by uiglobal.mk
  34. UMTYPE=windows