mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-31 11:50:05 +00:00
[bld] setup new feature for include path management
This commit is contained in:
+18
-4
@@ -76,8 +76,8 @@ command_list =
|
||||
.cmd =
|
||||
{
|
||||
{ "git_bash bin\\build_examples.sh", .os = "win" },
|
||||
{ "bin/build_tests.sh", .os = "linux" },
|
||||
{ "bin/build_tests.sh", .os = "mac" },
|
||||
{ "bin/build_examples.sh", .os = "linux" },
|
||||
{ "bin/build_examples.sh", .os = "mac" },
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -89,8 +89,21 @@ command_list =
|
||||
.cmd =
|
||||
{
|
||||
{ "git_bash bin\\run_examples.sh", .os = "win" },
|
||||
{ "bin/build_tests.sh", .os = "linux" },
|
||||
{ "bin/build_tests.sh", .os = "mac" },
|
||||
{ "bin/run_examples.sh", .os = "linux" },
|
||||
{ "bin/run_examples.sh", .os = "mac" },
|
||||
},
|
||||
},
|
||||
{
|
||||
.name = "type_info_example",
|
||||
.out = "*run*",
|
||||
.footer_panel = false,
|
||||
.save_dirty_files = true,
|
||||
.cursor_at_end = false,
|
||||
.cmd =
|
||||
{
|
||||
{ "git_bash bin\\type_info_example.sh", .os = "win" },
|
||||
{ "bin/type_info_example.sh", .os = "linux" },
|
||||
{ "bin/type_info_example.sh", .os = "mac" },
|
||||
},
|
||||
},
|
||||
};
|
||||
@@ -99,3 +112,4 @@ fkey_command[1] = "build_tests";
|
||||
fkey_command[2] = "run_tests";
|
||||
fkey_command[3] = "build_examples";
|
||||
fkey_command[4] = "run_examples";
|
||||
fkey_command[5] = "type_info_example";
|
||||
|
||||
Reference in New Issue
Block a user