mirror of
https://github.com/clockworkpi/Menu.git
synced 2025-12-12 15:38:51 +01:00
17 lines
163 B
XML
Executable File
17 lines
163 B
XML
Executable File
|
|
/*
|
|
BeanShell
|
|
*/
|
|
|
|
// runtime
|
|
include_dir "beans/runtime"
|
|
|
|
// std
|
|
include_dir "beans/std"
|
|
|
|
// lib
|
|
include_dir "beans/lib"
|
|
|
|
// program
|
|
include_dir "beans/shell"
|