#---------------------------------------------------------------------------- # # DirectShow SDK makefile # # THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY # KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR # PURPOSE. # # Copyright (c) 1992 - 1998 Microsoft Corporation. All Rights Reserved. # #---------------------------------------------------------------------------- # Location relative to root of SDK tree. !ifndef DXMEDIASDK DXMEDIASDK = ..\..\..\..\.. !endif # Location relative to master DSHOWSDK sample makefile. !ifndef DSHOWSAMPLE DSHOWSAMPLE = .. !endif DIR_LIST = cplay \ inwindow \ mfcplay \ mpegprop \ playfile #---------------------------------------------------------------------------- !include $(DSHOWSAMPLE)\dshowsdk.mak