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.

47 lines
1.0 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  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. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  11. !ENDIF
  12. !include $(PROJECT_ROOT)\ui\uienv.inc
  13. EXT_DIR = $(PROJECT_ROOT)\ui\shellext
  14. NO_BROWSER_FILE = 1
  15. TARGETNAME = common
  16. TARGETPATH = $(PROJECT_ROOT)\ui\shellext\lib\$(PLATFORM_SUFFIX)
  17. TARGETTYPE = LIBRARY
  18. !IF $(ALPHA)
  19. USE_NTDLL=1
  20. !ELSE
  21. USE_NOLIBS=1
  22. !ENDIF
  23. INCLUDES= $(INCLUDES); \
  24. $(EXT_DIR)\inc; \
  25. $(EXT_DIR)\src; \
  26. $(EXT_DIR)\common
  27. SOURCES= ..\debug.cpp \
  28. ..\unknown.cpp \
  29. ..\dbmem.cpp \
  30. ..\strings.cpp
  31. PRECOMPILED_INCLUDE=..\precomp.hxx
  32. PRECOMPILED_PCH=precomp.pch
  33. PRECOMPILED_OBJ=precomp.obj