test

来自「linux下的一款播放器」· 代码 · 共 25 行

TXT
25
字号
if (project.build_choices.count('static') > 0):	print "Target testxres is an application and does not build staticly."	SimpleEmptyRules()else:	CPPSuffixRule()	common_libraries= \		'pnmisc pncont pnmisc pnio pndebug '	common_includes= \		'. ./pub ../include'	common_srcs= \	       'testxres.cpp'	SetupDefines()	BuildProgramTarget('testxres', 'OBJS', 'DEPLIBS', 'LOCAL_LIBS', 'SYSLIBS')	DependTarget()

⌨️ 快捷键说明

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