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.

75 lines
1.6 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 27-Sep-94 by Bob Day (bobday)
  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=shscrap
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLENTRY=LibMain
  19. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\gdi32p.lib \
  21. $(WINDOWS_LIB_PATH)\user32p.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib \
  23. $(SDK_LIB_PATH)\comdlg32.lib \
  24. $(SDK_LIB_PATH)\comctl32.lib \
  25. $(SDK_LIB_PATH)\shlwapi.lib \
  26. $(SDK_LIB_PATH)\mpr.lib \
  27. $(SDK_LIB_PATH)\shell32.lib \
  28. $(SHELL_LIB_PATH)\shell32p.lib \
  29. $(SDK_LIB_PATH)\ole32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib
  31. USE_MSVCRT=1
  32. NOT_LEAN_AND_MEAN=1
  33. C_DEFINES=-DWIN32 -DWINNT -DUNICODE -DNOWINRES
  34. # Make warnings equivalent to errors
  35. !IFNDEF MSC_WARNING_LEVEL
  36. MSC_WARNING_LEVEL=/W3
  37. !ENDIF
  38. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  39. !IF "$(SHELLDBG)"=="1"
  40. C_DEFINES=$(C_DEFINES) -DDEBUG
  41. !ENDIF
  42. USECXX_FLAG=/Tp
  43. INCLUDES=.;..\inc;..\..\inc
  44. DLLDEF=shole.def
  45. SOURCES= \
  46. shole.rc \
  47. debug.c \
  48. sccls.c \
  49. sccreate.c \
  50. scdata.c \
  51. shole.c
  52. UMTYPE=windows
  53. EXPECTED_WINVER=4.0
  54. UMTEST=
  55. UMRES=$(O)\shole.res
  56. UMLIBS=