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.
|
|
TARGETNAME=sysaudio TARGETTYPE=DRIVER TARGETPATH=obj
TARGETLIBS=$(DDK_LIB_PATH)\ksguid.lib \ $(DDK_LIB_PATH)\ks.lib \ $(DDK_LIB_PATH)\wdm.lib
MSC_WARNING_LEVEL=-W3 -WX 386_OPTIMIZATION=-O1gisb1
C_DEFINES=-D_WIN32 -DUNICODE -D_UNICODE -DUSE_ZONES \ -DUNDER_NT
LINKER_FLAGS=-MAPINFO:LINES
SOURCES=\ sysaudio.rc \ device.cpp \ filter.cpp \ virtual.cpp \ notify.cpp \ pins.cpp \ topology.cpp \ util.cpp \ property.cpp \ registry.cpp \ clist.cpp \ cinstanc.cpp \ gni.cpp \ sni.cpp \ cni.cpp \ pni.cpp \ fni.cpp \ gn.cpp \ sn.cpp \ si.cpp \ cn.cpp \ ci.cpp \ gpi.cpp \ shi.cpp \ dn.cpp \ fn.cpp \ lfn.cpp \ pi.cpp \ pn.cpp \ tn.cpp \ tp.cpp \ tc.cpp \ validate.cpp \ vsl.cpp \ vsd.cpp \ vnd.cpp
|