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.
|
|
!if 0 Copyright (c) 1996-1999 Microsoft Corporation !endif
!ifdef NTDEBUG DEBUG=1 !endif
TARGETNAME=ddksynth USE_MAPSYM=1
TARGETPATH=obj TARGETTYPE=DYNLINK UMTYPE=windows DLLDEF=ddksynth.def DLLENTRY=_DllMainCRTStartup
C_DEFINES= $(C_DEFINES) -DDBG -DWIN32 -D_WINDOWS -D_DMUSIC_USER_MODE_
TARGETLIBS=\ $(DDK_LIB_PATH)\kernel32.lib \ $(DDK_LIB_PATH)\user32.lib \ $(DDK_LIB_PATH)\winmm.lib \ $(DDK_LIB_PATH)\advapi32.lib \ $(DDK_LIB_PATH)\uuid.lib \ $(DDK_LIB_PATH)\ole32.lib \ $(DDK_LIB_PATH)\dsound.lib
SOURCES=\ clist.cpp \ control.cpp \ csynth.cpp \ instr.cpp \ midi.cpp \ mix.cpp \ voice.cpp \ ddksynth.rc \ debug.cpp \ ddksynth.cpp \ guids.cpp \ oledll.cpp \ plclock.cpp \ umsynth.cpp
i386_SOURCES=\ mmx.cpp
|