path.properties

来自「一个关于商业化游戏的源代码」· PROPERTIES 代码 · 共 28 行

PROPERTIES
28
字号

# Fix this path first
wtk.home				= E:/Software/devtools/wtk22


util.path				= util

# lib dir
dir.lib					= lib

# source dir
dir.src					= src
dir.resources			= res

# temp dirs
dir.temp				= temp
dir.preprocessed		= ${dir.temp}/0-preprocessed
dir.compile				= ${dir.temp}/1-classes
dir.preverify			= ${dir.temp}/2-preverified
dir.package				= ${dir.temp}/3-package
dir.obfuscated			= ${dir.temp}/4-obfuscated
dir.output				= ${dir.temp}/5-output

# target dir
dir.bin					= bin


⌨️ 快捷键说明

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