📄 test
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -