mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 16:25:54 +01:00
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
external_engine = UDR {
|
|
plugin_module = UDR_engine
|
|
}
|
|
|
|
plugin_module = UDR_engine {
|
|
filename = $(this)/udr_engine
|
|
plugin_config = UDR_config
|
|
}
|
|
|
|
plugin_config = UDR_config {
|
|
path = $(this)/udr
|
|
}
|