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

📄 build-environ.cfg

📁 Wxpython Implemented on Windows CE, Source code
💻 CFG
字号:

# the local spot that we put everything when done, before copying 
# to remote hosts
STAGING_DIR = ./BUILD


# host name of the machine to use for windows builds
WIN_HOST = beast
# Where is the build dir from the remote machine's perspective?
WIN_BUILD = /c/BUILD


# Just like the above
OSX_HOST_tiger = smallfry
OSX_HOST_panther = bigmac
OSX_HOST_jaguar = whopper
OSX_BUILD = /BUILD


# Almost the same...  Hosts and other info comes from the Job
# descriptions in this case
LINUX_BUILD = /tmp/BUILD


# Upload server locations
UPLOAD_HOST = starship.python.net
UPLOAD_DAILY_ROOT = /home/crew/robind/public_html/wxPython/daily
UPLOAD_PREVIEW_ROOT = /home/crew/robind/public_html/wxPython/rc

# defaults for build options
KIND = dryrun
skipsource = no
onlysource = no
skipdocs = no
skipwin = no
skiposx = no
skiplinux = no
skipclean = no
skipupload = no
skipnewdocs = no
startcohost = yes
buildansi = no

⌨️ 快捷键说明

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