⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 开源代码的pwlib的1.10.0版本,使用openh323的1.18.0版本毕备
💻
字号:
# Simple makefile for the serial example program.
#
# copyright 2005 Derek J Smithies
#
# $Log: Makefile,v $
# Revision 1.1  2005/03/10 09:21:46  dereksmithies
# Initial release of a program to illustrate the operation of the serial port.
#
#
#
PROG    = serial
SOURCES = serial.cxx

ifndef PWLIBDIR
PWLIBDIR=$(HOME)/pwlib
endif

include $(PWLIBDIR)/make/ptlib.mak

# End of Makefile

⌨️ 快捷键说明

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