makefile
来自「SIP(Session Initiation Protocol)是由IETF定义」· 代码 · 共 40 行
TXT
40 行
# $Id: Makefile,v 1.28.28.1 2003/02/21 19:01:14 bko Exp $BUILD = ../../buildinclude $(BUILD)/Makefile.preDEFINES += USE_PTHREADSPACKAGES += PTHREAD RTP UTIL QUICKNET#PACKAGES += PTHREAD RTP UTIL#INCDIRS += . ../util/TESTPROGRAMS = \ soundcardTest.cxx \ rtpPlayLoad.cxx \ rtpPlay.cxx \ rtpPlayRaw.cxx \ rtpRecord.cxx \ test_endian.cxx# test_allocate_two_rtpreceivers.cxx \# maxUdpRecording.cxx \# maxUdpPlaying.cxx \# maxPlaying.cxx \# maxRecording.cxx \# maxRecordingNF.cxx \# maxRtpSessions.cxx \# sampleUsage.cxx \# rtpRecord.cxx \# phoneJack.cxx \# rtpSimple.cxx# name of all files to be compiled (don't include header files)SRC = \include $(BUILD)/Makefile.post
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?