78 lines
1.6 KiB
Plaintext
78 lines
1.6 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Steve Wood (stevewo) 12-Apr-1990
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
MAJORCOMP=windows
|
||
|
MINORCOMP=sndvol32
|
||
|
|
||
|
TARGETNAME=sndvol32
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
UMTYPE=windows
|
||
|
UMENTRY=winmain
|
||
|
|
||
|
INCLUDES=$(INCLUDES);$(WINDOWS_INC_PATH);$(SHELL_INC_PATH)
|
||
|
|
||
|
#
|
||
|
# Retail
|
||
|
#
|
||
|
C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
|
||
|
|
||
|
#
|
||
|
# Debug only (normally commented out but leave in file)
|
||
|
#
|
||
|
#C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
|
||
|
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\shell32.lib \
|
||
|
$(SDK_LIB_PATH)\winmm.lib \
|
||
|
$(SDK_LIB_PATH)\version.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\gdi32.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\htmlhelp.lib \
|
||
|
$(SDK_LIB_PATH)\setupapi.lib \
|
||
|
$(SDK_LIB_PATH)\ksuser.lib
|
||
|
|
||
|
SOURCES=\
|
||
|
volume.c \
|
||
|
dlg.c \
|
||
|
choice.c \
|
||
|
reg.c \
|
||
|
vu.c \
|
||
|
pvcd.c \
|
||
|
mixer.c \
|
||
|
nonmixer.c \
|
||
|
utils.c \
|
||
|
volume.rc
|
||
|
|
||
|
#
|
||
|
# Fusionized
|
||
|
#
|
||
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.Shell.sndvol32
|
||
|
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
||
|
SXS_MANIFEST=sndvol32.Manifest
|
||
|
SXS_MANIFEST_IN_RESOURCES=1
|
||
|
SXS_NO_BINPLACE=1
|