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

📄 sconscript

📁 NullSofts criptable install system2.28源代码
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -