1 Star 0 Fork 9

mymcu / Multi-environ Technology

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
NOTICE.md 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
T.D.R. 提交于 2021-03-17 10:13 . update local command.

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][...]['path+']
    [pymake_vc_command.json] (auto)

about env settings

  1. It's important about env, you setting it, but not having scripts in pc wild path.
Python
1
https://gitee.com/mymcu/PyMake.git
git@gitee.com:mymcu/PyMake.git
mymcu
PyMake
Multi-environ Technology
master

搜索帮助