aboutsummaryrefslogtreecommitdiffhomepage
path: root/maker.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2015-12-02 18:23:00 -0500
committerRalph Amissah <ralph@amissah.com>2015-12-02 18:23:00 -0500
commit6d0b245927779e68c2554880ad46d4299d4b11d4 (patch)
tree915ebf04752ac852f483a55a611708bfff907143 /maker.org
parentorg babel block delimiters (diff)
sorting
Diffstat (limited to 'maker.org')
-rw-r--r--maker.org16
1 files changed, 9 insertions, 7 deletions
diff --git a/maker.org b/maker.org
index e306483..c718f84 100644
--- a/maker.org
+++ b/maker.org
@@ -9,10 +9,11 @@
#+OPTIONS: ^:nil _:nil#+OPTIONS: ^:nil _:nil
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
-#+TAGS: Amissah(A) Class(c) WEB(W) noexport(n)
-#+FILETAGS: :project:sdp:makefile:
+#+FILETAGS: :sdp_dev:makefile:
+#+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n)
-* makefile
+* sdp makefile
+[[./org/sdp.org][sdp.org]]
** settings [+2] :settings:
*** alternative D compilers [+1] :compiler:
**** dmd :dmd:
@@ -44,10 +45,11 @@ GDC_FLAG_BINOF=-o
- [X] Set D_COMPILER (one of DMD LDC or GDC)
- [X] Set debug flags (using DMD standard flag -debug=)
**** SET compiler: "SET_D_COMPILER=": :compiler:select:
-Set D_COMPILER one of DMD LDC or GDC e.g.:
- SET_D_COMPILER=DMD
+[[http://wiki.dlang.org/Compilers][D Compilers wiki]]
+[[http://dlang.org/download.html][D Compilers download]]
+Set D_COMPILER one of DMD LDC or GDC e.g.: SET_D_COMPILER=DMD
#+BEGIN_SRC makefile :tangle makefile
-# set D_COMPILER one of DMD LDC or GDC:
+# SET_D_COMPILER=(one of: DMD LDC or GDC):
SET_D_COMPILER=LDC
#+END_SRC
@@ -55,7 +57,7 @@ SET_D_COMPILER=LDC
Set debug flags using DMD standard flag -debug= e.g.:
SET_DC_FLAGS_DEBUG_EXTRA=-debug=headings -debug=bookindex
#+BEGIN_SRC makefile :tangle makefile
-SET_DC_FLAGS_DEBUG_EXTRA=-debug=headings -debug=bookindex
+SET_DC_FLAGS_DEBUG_EXTRA=-debug=headings -debug=footnotes -debug=endnotes
#+END_SRC
*** D compiler settings [+1] :settings:compiler: