Source code of Windows XP (NT5)

46 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. History:
  11. Created 22-Nov-96 by Jeff Saathoff (jeffreys)
  12. from template created 12-Apr-1990 by Steve Wood (stevewo)
  13. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  14. !ENDIF
  15. TARGETNAME= common
  16. TARGETTYPE= LIBRARY
  17. TARGETPATH= obj
  18. # Aclui.dll, rshx32.dll and dssec.dll depend on common.lib
  19. SYNCHRONIZE_BLOCK=1
  20. CONDITIONAL_INCLUDES=$(CONDITIONAL_INCLUDES) \
  21. shellp.h \
  22. shlobjp.h
  23. SOURCES= ..\debug.cpp \
  24. ..\unknown.cpp \
  25. ..\strings.cpp \
  26. ..\priv.cpp \
  27. ..\msgpopup.cpp \
  28. ..\misc.cpp \
  29. PRECOMPILED_CXX=1
  30. PRECOMPILED_INCLUDE=..\pch.h
  31. PRECOMPILED_PCH=pch.pch
  32. PRECOMPILED_OBJ=pch.obj