diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -14,10 +14,10 @@ GDC_FLAGS=  GDC_FLAGS_RELEASE=-frelease  GDC_FLAG_BINOF=-o -# set D_COMPILER one of DMD LDC or GDC: +# SET_D_COMPILER=(one of: DMD LDC or GDC):  SET_D_COMPILER=LDC -SET_DC_FLAGS_DEBUG_EXTRA=-debug=headings -debug=bookindex +SET_DC_FLAGS_DEBUG_EXTRA=-debug=headings -debug=footnotes -debug=endnotes  DC=$($(SET_D_COMPILER))  DC_FLAGS=$($(shell echo $(SET_D_COMPILER)_FLAGS)) @@ -39,7 +39,7 @@ endif  PRG_NAME=sdp  PRG_SRC=$(PRG_NAME).d -PRG_SRCDIR=./lib/$(PRG_NAME) +PRG_SRCDIR=./lib  PRG_BIN=$(PRG_NAME)  PRG_BINDIR=bin | 
