2016-12-26 22:49:01 +00:00
|
|
|
extensions=".c.cpp.h.hpp.bat.sh";
|
2016-12-24 21:09:53 +00:00
|
|
|
|
2016-12-26 22:49:01 +00:00
|
|
|
fkey_command_win[1] = {"build.bat", "*compilation*", true};
|
2017-01-14 03:01:35 +00:00
|
|
|
fkey_command_win[2] = {"site\\build.bat", "*compilation*", true};
|
2017-01-23 06:19:43 +00:00
|
|
|
fkey_command_win[3] = {"string\\build.bat", "*compilation*", true};
|
2017-01-29 00:03:23 +00:00
|
|
|
|
2017-01-14 03:01:35 +00:00
|
|
|
fkey_command_win[5] = {"..\\misc\\run.bat", "*run*"};
|
2017-01-29 00:03:23 +00:00
|
|
|
|
|
|
|
fkey_command_win[12] = {"package.bat", "*package*"};
|
2016-12-24 21:09:53 +00:00
|
|
|
|
2016-12-27 20:04:41 +00:00
|
|
|
fkey_command_linux[1] = {"./build.sh", "*compilation*", true};
|
2017-01-14 03:01:35 +00:00
|
|
|
fkey_command_linux[2] = {"site/build.sh", "*compilation*", true};
|
2017-01-29 00:03:23 +00:00
|
|
|
|
2017-01-14 03:01:35 +00:00
|
|
|
fkey_command_linux[5] = {"../build/4ed", "*run*"};
|
2017-01-29 00:03:23 +00:00
|
|
|
|
2017-01-14 03:01:35 +00:00
|
|
|
fkey_command_linux[12] = {"./package.sh", "*package*"};
|