修改./为/(make会报错),注释调试代码
This commit is contained in:
parent
639ac3141b
commit
389970d36e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
//同步有同步的优势,扬长避短是智慧,倒行逆施最累人。
|
//同步有同步的优势,扬长避短是智慧,倒行逆施最累人。
|
||||||
|
|
Loading…
Reference in New Issue
Block a user