makefile

来自「开源代码的pwlib的1.10.0版本,使用openh323的1.18.0版本毕」· 代码 · 共 18 行

TXT
18
字号
# Simple makefile for the local address program.
#
# $Log: Makefile,v $
# Revision 1.1  2005/03/10 09:19:00  dereksmithies
# Initial release of code to illustrate the reading of the machines external ip address and hostname
#
#
PROG    = local
SOURCES = local.cxx

ifndef PWLIBDIR
PWLIBDIR=$(HOME)/pwlib
endif

include $(PWLIBDIR)/make/ptlib.mak

# End of Makefile

⌨️ 快捷键说明

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