Leaked source code of windows server 2003
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.

78 lines
1.8 KiB

  1. !IF 0
  2. Copyright (c) 1989-1999 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=windows
  15. MINORCOMP=sndvol32
  16. TARGETNAME=sndvol32
  17. TARGETPATH=obj
  18. TARGETTYPE=PROGRAM
  19. UMTYPE=windows
  20. UMENTRY=winmain
  21. INCLUDES=$(INCLUDES);$(WINDOWS_INC_PATH);$(SHELL_INC_PATH)
  22. #
  23. # Retail
  24. #
  25. C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  26. #
  27. # Debug only (normally commented out but leave in file)
  28. #
  29. #C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  30. TARGETLIBS=$(SDK_LIB_PATH)\shell32.lib \
  31. $(SDK_LIB_PATH)\winmm.lib \
  32. $(SDK_LIB_PATH)\version.lib \
  33. $(SDK_LIB_PATH)\user32.lib \
  34. $(SDK_LIB_PATH)\gdi32.lib \
  35. $(SDK_LIB_PATH)\kernel32.lib \
  36. $(SDK_LIB_PATH)\comctl32.lib \
  37. $(SDK_LIB_PATH)\advapi32.lib \
  38. $(SDK_LIB_PATH)\htmlhelp.lib \
  39. $(SDK_LIB_PATH)\setupapi.lib \
  40. $(SDK_LIB_PATH)\ksuser.lib \
  41. $(SDK_LIB_PATH)\strsafe.lib
  42. SOURCES=\
  43. volume.c \
  44. dlg.c \
  45. choice.c \
  46. reg.c \
  47. vu.c \
  48. pvcd.c \
  49. mixer.c \
  50. nonmixer.c \
  51. utils.c \
  52. volume.rc
  53. #
  54. # Fusionized
  55. #
  56. SXS_ASSEMBLY_NAME=Microsoft.Windows.Shell.sndvol32
  57. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  58. SXS_MANIFEST=sndvol32.Manifest
  59. SXS_MANIFEST_IN_RESOURCES=1
  60. SXS_NO_BINPLACE=1