8 Star 17 Fork 9

LibQQt应用程序开发组织 / Multi-environ Technology(PyMake)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
NOTICE.md 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
T.D.R. 提交于 2021-04-14 17:58 . v8.0

Notice

VC Command

  1. If you installed VC6, please check system environment, VC6 will add INCLUDE/LIB/LIBPATH to system environment, it has positive effects to pymake vc command.
    • pymake vc command will make added env var and path to effect exec env.

replace character

# ${xxx}/%XXXX%/$XXXX
# In .json env file, ${} is the substitute character of pymake.
    %XXXX% is win bat env s.c., 
    $XXXX is unix's env s.c..  

type2/export2 default behavior

  1. It will follow platform default script file. On windows, it is .bat, on UNIX, it is .sh.

check is a good command

  1. When you configed .json file, it will help you check whether it is configed right.

port/translate

  1. You can use them to translate with other's env confidently and handy.

source/set/list[env]/ccvp

  1. They are one group commands.

debug command

  1. If you want to know what ccvp has done, pymake debug open can help you.

env path's find order

  1. It's Left to Right, and Bottom to Top.
    [local.ini]['path+']
    [custom.path+.ini]
    [pymake7-xxx.json]['environ'][envname]['path+']
    [pymake_vc_command.json]['environ'][envname]['path+] (auto create)

about env settings

  1. It's important about env, you setting it, but not having scripts in pc wild path.
  2. It's your pc environ. whole system wild, maybe stored on disk, system environ description.
Python
1
https://gitee.com/drabel/PyMake.git
git@gitee.com:drabel/PyMake.git
drabel
PyMake
Multi-environ Technology(PyMake)
master

搜索帮助