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

!IF 0
Copyright (c) 1989 Microsoft Corporation
!ENDIF
MAJORCOMP=shell
MINORCOMP=accesory
TARGETNAME=sound
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=DllInitialize
TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\winmm.lib
INCLUDES=..\h;..\main;..\multimed
C_DEFINES=-DWIN32
SOURCES=snd.c \
init.c \
snd.rc
#
# Fusionized
#
SXS_MANIFEST_RESOURCE_ID=123
SXS_APPLICATION_MANIFEST=WindowsShell.Manifest