📄 makefile
字号:
# $Id: Makefile,v 1.6 2002/11/09 02:10:17 derekm Exp $BUILD = ../../buildinclude $(BUILD)/Makefile.preTARGET_LIBRARY = libsdp2PACKAGES += UTIL PTHREADifeq ($(USE_SSL),1)PACKAGES += OPENSSLendififeq ($(USE_YARROW),1)PACKAGES += YARROWendififeq ($(USE_SSL),1)PACKAGES += OPENSSLendif# name of all files to be compiled (don't include header files)SRC = \ Sdp2Session.cxx \ Sdp2Media.cxx \ Sdp2Attributes.cxx \ Sdp2Time.cxx \ Sdp2Bandwidth.cxx \ Sdp2Connection.cxx \ Sdp2Encryptkey.cxx \include $(BUILD)/Makefile.post
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -