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.

33 lines
494 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=shell
  5. MINORCOMP=accesory
  6. TARGETNAME=sound
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. DLLENTRY=DllInitialize
  10. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  11. $(SDK_LIB_PATH)\kernel32.lib \
  12. $(SDK_LIB_PATH)\winmm.lib
  13. INCLUDES=..\h;..\main;..\multimed
  14. C_DEFINES=-DWIN32
  15. SOURCES=snd.c \
  16. init.c \
  17. snd.rc
  18. #
  19. # Fusionized
  20. #
  21. SXS_MANIFEST_RESOURCE_ID=123
  22. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest