1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
;; -*-scheme-*-
(theme-d
(translator-dir
"@_theme_d_translator_dir@")
(lib-dir
"@_theme_d_lib_dir@")
;; When Theme-D is installed the Guile modules can be found at the
;; Guile site cache.
(guile-lib-dir
"")
(target-lib-dir
"@_theme_d_target_lib_dir@")
(runtime-dir
"@_theme_d_runtime_dir@")
(examples-dir
"@_theme_d_examples_dir@")
(tests-dir
"@_theme_d_tests_dir@")
(tools-dir
"@_theme_d_tools_dir@")
(bootstrap-dir
"@_theme_d_bootstrap_dir@")
(compiler-path
"@_theme_d_compiler_path@")
(linker-path
"@_theme_d_linker_path@")
(run-path
"@_theme_d_run_path@")
(run-split-path
"@_theme_d_run_split_path@")
(guile-version "@_theme_d_guile_version@")
(target-platform "@_theme_d_target_platform@")
(use-support-lib? #@_theme_d_use_support_lib@))
|