More updating project.4coder for linux commands
parent
e9b1791a84
commit
cf961d4b3a
|
@ -53,11 +53,13 @@ command_list = {
|
|||
{ .name = "run one time",
|
||||
.out = "*run*", .footer_panel = false, .save_dirty_files = false,
|
||||
.cmd = { { "pushd ..\\build & one_time", .os = "win" },
|
||||
{ "pushd ../build & one_time", .os = "mac" }, }, },
|
||||
{ "pushd ../build & one_time", .os = "linux" },
|
||||
{ "pushd ../build & one_time", .os = "mac" }, }, },
|
||||
|
||||
{ .name = "build custom api docs",
|
||||
.out = "*compilation*", .footer_panel = true, .save_dirty_files = true,
|
||||
.cmd = { { "custom\\bin\\build_one_time docs\\4ed_doc_custom_api_main.cpp ..\\build", .os = "win" },
|
||||
{ "custom/bin/build_one_time.sh docs/4ed_doc_custom_api_main.cpp ../build", .os = "linux" },
|
||||
{ "custom/bin/build_one_time.sh docs/4ed_doc_custom_api_main.cpp ../build", .os = "mac" }, }, },
|
||||
|
||||
{ .name = "build C++ lexer generator",
|
||||
|
|
Loading…
Reference in New Issue