aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/compile_time_info.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/compile_time_info.org')
-rw-r--r--org/compile_time_info.org25
1 files changed, 12 insertions, 13 deletions
diff --git a/org/compile_time_info.org b/org/compile_time_info.org
index 8590b39..53470db 100644
--- a/org/compile_time_info.org
+++ b/org/compile_time_info.org
@@ -4,16 +4,15 @@
#+FILETAGS: :spine:compile:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2019 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 - 2020 Ralph Amissah
#+LANGUAGE: en
-#+STARTUP: indent content hideblocks hidestars
-#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t
-#+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
-#+OPTIONS: author:nil email:nil creator:nil timestamp:nil
-#+PROPERTY: header-args :padline no :exports code :cache no :noweb yes
-#+EXPORT_SELECT_TAGS: export
-#+EXPORT_EXCLUDE_TAGS: noexport
-#+TAGS: assert(a) class(c) debug(d) mixin(m) spine(s) tangle(T) template(t) WEB(W) noexport(n)
+#+STARTUP: content hideblocks hidestars noindent entitiespretty
+#+PROPERTY: header-args :exports code
+#+PROPERTY: header-args+ :noweb yes
+#+PROPERTY: header-args+ :eval no
+#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :cache no
+#+PROPERTY: header-args+ :padline no
[[./spine.org][spine]] [[./][org/]]
* compilation info
@@ -25,7 +24,7 @@ version(Windows) {} else { ... }
** _module template_ :module:compile_time_info:
-#+begin_src d :tangle "../src/doc_reform/conf/compile_time_info.d"
+#+BEGIN_SRC d :tangle "../src/doc_reform/conf/compile_time_info.d"
/++
compile_time_info
+/
@@ -33,14 +32,14 @@ module doc_reform.conf.compile_time_info;
template CompileTimeInfo() {
<<spine_compile_time_info>>
}
-#+end_src
+#+END_SRC
** complile time os
OS type shows during compilation
*** set os flags
-#+name: spine_compile_time_info
+#+NAME: spine_compile_time_info
#+BEGIN_SRC d
version(Windows) {
pragma(msg, "[ Windows compilation ]");
@@ -98,7 +97,7 @@ static if(sysWindows) {
** 64 bit compilation?
-#+name: spine_compile_time_info
+#+NAME: spine_compile_time_info
#+BEGIN_SRC d
version(D_LP64) {
enum bits = "64 bit";