Diana Software
PackagesExternal.in
Go to the documentation of this file.
1 # plugin are packages that can be load at runtime and are not linked into the diana exe
2 # to exclude a package from the compilation comment out the corresponding line below
3 
4 # all directories
5 PLUGINS_PKG_LIST += $(shell find . -maxdepth 1 -mindepth 1 -type d -not -name ".*" -printf "%P ")
6 #PLUGINS_PKG_LIST += my_package
7 #PLUGINS_PKG_LIST += my_second_package