previous
KeilUtil
, changed name toMacroUtil
at v2.0.0
This project started out as a way to use macro paths in Keil projects, since Keil does not support macro paths. 本项目一开始是为了在Keil项目中使用宏路径,因为Keil并不支持宏路径。
This project was created to allow IDEs that do not support macro paths to continue to work in different environments. 为了让这些不支持宏路径的IDE能够在不同的环境下继续运作,这个项目应运而生。
MacroUtil.exe version
show binary versionMacroUtil.exe init
get init infoMacroUtil.exe set MARCO_NAME STRING
set a global marco in configMacroUtil.exe list
list all your settingsMacroUtil.exe path2macro
replace the STRING to$(MACRO)
in yourfilelist
MacroUtil.exe macro2path
replace the$(MACRO)
back to STRING in yourfilelist
MacroUtil.exe remove MARCO_NAME
delete the global marco set in configMacroUtil.exe add FILE_PATH
add a file to yourfilelist
MacroUtil.exe ignore FILE_PATH
remove a file in yourfilelist
MacroUtil.exe replace foo bar
replace all the stringfoo
tobar
in your files