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.
|
|
TVROOT = $(MAKEDIR:\sndctl=) TV_INC_DIR = $(TVROOT)\inc
TARGETNAME = sndctl TARGETPATH = obj$(BUILD_ALT_DIR) TARGETTYPE = DYNLINK
DLLDEF = sndctl.def DLLENTRY = _DllMainCRTStartup
#For now just keep the import lib in TARGETPATH #TARGETPATHLIB=$(IMAGE_DIR)\lib\$(PLATFORM_SUFFIX)
INCLUDES = $(TV_INC_DIR); \ $(SDK_INC_PATH)\atl30; \ $(INCLUDES)
#USE_STATIC_ATL = 1 #This blows up the exe by 13K
PRECOMPILED_CXX = 1 PRECOMPILED_INCLUDE = stdafx.h PRECOMPILED_SOURCEFILE = stdafx.cpp
SOURCES= \ sndctl.rc \ sndctl.cpp \ SoundCtl.cpp
TARGETLIBS= \ $(TARGETLIBS) \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\oleaut32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\atl.lib \ $(SDK_LIB_PATH)\winmm.lib \ $(SDK_LIB_PATH)\version.lib
|