sconscript

来自「NullSofts criptable install system2.28源代」· 代码 · 共 27 行

TXT
27
字号
target = 'halibut'

files = Split("""
	biblio.c
	bk_xhtml.c
	contents.c
	error.c
	help.c
	index.c
	input.c
	keywords.c
	licence.c
	main.c
	malloc.c
	misc.c
	style.c
	tree234.c
	ustring.c
	version.c
""")

Import('env')

halibut = env.Program(target, files)

Return('halibut')

⌨️ 快捷键说明

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