1 Star 4 Fork 2

Ghazigq/nes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SConscript 486 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ghazi 提交于 2020-12-14 16:37 . 初次提交
from building import *
group = []
if not GetDepend(['PKG_USING_NES']):
Return('group')
cwd = GetCurrentDir()
path = [cwd]
src = Glob('src/*.c')
src += Glob('src/mapper/*.cpp')
src += Glob('port/nes_embed.c')
src += Glob('port/nes_file_port.c')
path += [cwd + '/inc']
path += [cwd + '/src']
path += [cwd + '/port']
if not GetDepend(['PKG_NES_DFS']):
src += Glob('games/*.c')
group = DefineGroup('nes', src, depend = ['PKG_USING_NES'], CPPPATH = path)
Return('group')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/Ghazi_gq/nes.git
git@gitee.com:Ghazi_gq/nes.git
Ghazi_gq
nes
nes
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385