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

📄 submakefile

📁 CNC 的开放码,EMC2 V2.2.8版
💻
字号:
../bin/stepconf: emc/usr_intf/stepconf/stepconf.py	@$(ECHO) Syntax checking python script $(notdir $@)	@$(PYTHON) -c 'import sys; compile(open(sys.argv[1]).read(), sys.argv[1], "exec")' $<	$(ECHO) Copying python script $(notdir $@)	@(echo '#!$(PYTHON)'; sed '1 { /^#!/d; }' $<) > $@.tmp && chmod +x $@.tmp && mv -f $@.tmp $@../share/emc/stepconf.glade: emc/usr_intf/stepconf/stepconf.glade	mkdir -p ../share/emc/	cp -f $< $@PYTARGETS += ../bin/stepconf ../share/emc/stepconf.gladePYI18NSRCS += emc/usr_intf/stepconf/stepconf.py emc/usr_intf/stepconf/stepconf.glade

⌨️ 快捷键说明

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