makefile

来自「This software aims to create an applet a」· 代码 · 共 18 行

TXT
18
字号
#
# Makefile
#
# $Id: //poco/Main/Foundation/samples/deflate/Makefile#5 $
#
# Makefile for Poco deflate
#

include $(POCO_BASE)/build/rules/global

objects = deflate

target         = deflate
target_version = 1
target_libs    = PocoFoundation

include $(POCO_BASE)/build/rules/exec

⌨️ 快捷键说明

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