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.

62 lines
1.4 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. sources.inc.
  5. !ENDIF
  6. TARGETNAME= SnapinBase
  7. TARGETPATH= obj
  8. TARGETTYPE= LIBRARY
  9. UMTYPE = windows
  10. WIN32_WINNT_VERSION=0x0400
  11. WIN32_IE_VERSION=0x0500
  12. SUBSYSTEM_VERSION=4.00
  13. SYNCHRONIZE_BLOCK = 1
  14. USE_NATIVE_EH = 1
  15. USE_STATIC_ATL = 1
  16. USE_CRTDLL = 1
  17. ATL_VER = 30
  18. USE_RTTI = 1
  19. USE_WTL = 1
  20. # Use LINKLIBS (gets passed first) if: (from build.hlp)
  21. # You are building a dynamic link.
  22. # You are exporting something that's defined in some other component library that you also build.
  23. # In your dirs file in the subdirectory above, you have ordered it so that the component libraries
  24. # are around before you build the dynamic link.
  25. #LINKLIBS=\
  26. # $(SDK_LIB_PATH)\mmc.lib \
  27. # ..\..\..\core\$(CharWidth)\$(O)\uicore.lib \
  28. # ..\..\..\base\$(CharWidth)\$(O)\mmcbase.lib
  29. INCLUDES=\
  30. ..\; \
  31. ..\..\inc; \
  32. ..\..\..\..\inc; \
  33. ..\..\..\..\types\idl\$(O); \
  34. $(SDK_INC_PATH);\
  35. SOURCES=\
  36. ..\basesnap.cxx \
  37. ..\component.cxx \
  38. ..\componentdata.cxx \
  39. ..\dataobject.cxx \
  40. ..\snapinabout.cxx \
  41. ..\snapinitem.cxx \
  42. ..\headers.cxx \
  43. ..\snaptrace.cxx \
  44. ..\baseatl.cxx \
  45. ..\basewin.cxx \
  46. ..\viewlist.cxx