修改./为/(make会报错),注释调试代码

This commit is contained in:
阿甘 2023-06-03 18:23:09 +08:00
parent 639ac3141b
commit 389970d36e

View File

@ -22,7 +22,7 @@ if not io.exist(configFile){
ini.write("Makefile","路径","./makefile"); ini.write("Makefile","路径","./makefile");
} }
else { else {
ini.write("Makefile","路径","./"); ini.write("Makefile","路径","/");
} }
ini.write("Makefile","文件名","project_*.mk"); ini.write("Makefile","文件名","project_*.mk");
string.save(configFile, '\r\n', true); string.save(configFile, '\r\n', true);
@ -139,8 +139,8 @@ wb.export(
makefilePath = makefilePath + "/"; makefilePath = makefilePath + "/";
} }
command = string.replace(command, "make", makefilePath+"make.bat"); command = string.replace(command, "make", makefilePath+"make.bat");
mainForm.msgbox(command); //mainForm.msgbox(command);
return; //return;
} }
//同步有同步的优势,扬长避短是智慧,倒行逆施最累人。 //同步有同步的优势,扬长避短是智慧,倒行逆施最累人。