sources

来自「basic class basic classbasic class」· 代码 · 共 46 行

TXT
46
字号
TARGETNAME=strmbase
TARGETTYPE=LIBRARY
RELEASETYPE=SDK

CDEFINES=$(CDEFINES) -D_WINMM_

INCLUDES=..\;

SOURCES= \
    ..\winx.cpp     \
    ..\amvideo.cpp  \
    ..\combase.cpp  \
    ..\ctlutil.cpp  \
    ..\dllentry.cpp \
    ..\amfilter.cpp \
    ..\mtype.cpp    \
    ..\pullpin.cpp  \
    ..\refclock.cpp \
    ..\renbase.cpp  \
    ..\renbaseasync.cpp  \
    ..\renqual.cpp  \
    ..\schedule.cpp \
    ..\seekpt.cpp   \
    ..\source.cpp   \
    ..\strmctl.cpp  \
    ..\transfrm.cpp \
    ..\vtrans.cpp   \
    ..\wxlist.cpp   \
    ..\wxutil.cpp   \
    ..\winctrl.cpp  \
    ..\winutil.cpp  \
    ..\wxdebug.cpp  \
    ..\pstream.cpp  \
    ..\sysclock.cpp \
    ..\transip.cpp  \
    ..\videoctl.cpp \
    ..\amextra.cpp  \
    ..\outputq.cpp  \
    ..\dllsetup.cpp \
    ..\dlldebug.cpp

PRECOMPILED_INCLUDE=..\streams.h
PRECOMPILED_CXX=1
PRECOMPILED_OPTION=

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?