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.

82 lines
1.7 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. History:
  11. Created 12-Sep-1995 by Brian Aust (brianau) - Copied from Bob Day's
  12. version for diskcopy -
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. INDENTED_DIRECTIVES=1
  17. MAJORCOMP=shell
  18. MINORCOMP=shcompui
  19. TARGETNAME=shcompui
  20. TARGETPATH=obj
  21. TARGETTYPE=DYNLINK
  22. DLLENTRY=DllMain
  23. TARGETLIBS=\
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\gdi32.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\comctl32.lib \
  29. $(SDK_LIB_PATH)\uuid.lib \
  30. $(SDK_LIB_PATH)\shlwapi.lib \
  31. $(SDK_LIB_PATH)\shell32.lib \
  32. $(SHELL_LIB_PATH)\shell32p.lib
  33. NOT_LEAN_AND_MEAN=1
  34. #
  35. # NTPROFILEINPUT=1
  36. C_DEFINES=-DWINNT -DUNICODE -D_UNICODE
  37. # Make warnings equivalent to errors
  38. !IFNDEF MSC_WARNING_LEVEL
  39. MSC_WARNING_LEVEL=/W3
  40. !ENDIF
  41. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  42. INCLUDES=.;\
  43. ..\inc;\
  44. $(BASEDIR)\private\windows\shell\cabinet;\
  45. $(BASEDIR)\private\windows\shell\shelldll;\
  46. $(BASEDIR)\private\windows\shell\inc;\
  47. $(BASEDIR)\private\windows\inc;\
  48. $(BASEDIR)\private\shell\inc;\
  49. $(BASEDIR)\private\inc;
  50. SOURCES= shcompui.c \
  51. shcompui.rc \
  52. debug.c
  53. LINKLIBS=
  54. UMTYPE=windows
  55. UMTEST=
  56. UMRES=$(O)\shcompui.res
  57. UMLIBS=