makefile
来自「开源代码的pwlib的1.10.0版本,使用openh323的1.18.0版本毕」· 代码 · 共 13 行
TXT
13 行
# Simple makefile for the stunclient program
PROG = stunclient
SOURCES = main.cxx
ifndef PWLIBDIR
PWLIBDIR=$(HOME)/pwlib
endif
include $(PWLIBDIR)/make/ptlib.mak
# End of Makefile
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?