@@ -523,7 +523,7 @@ $(WINDOWS
523
523
)
524
524
)
525
525
526
- $(SWITCH $(SWNAME -conf)=$(I path)
526
+ $(SWITCH $(SWNAME -conf)=$(I path),
527
527
use config file at $(I path)
528
528
)
529
529
@@ -603,6 +603,10 @@ dmd -cov -unittest myprog.d
603
603
implement http://wiki.dlang.org/DIP25 (experimental)
604
604
)
605
605
606
+ $(SWITCH $(SWNAME -dip1000),
607
+ implement $(LINK2 https://github.com/dlang/DIPs/blob/master/DIPs/DIP1000.md, DIP1000) (experimental)
608
+ )
609
+
606
610
$(UNIX
607
611
$(SWITCH $(SWNAME -fPIC),
608
612
generate Position Independent Code (which is used
@@ -823,10 +827,10 @@ dmd -cov -unittest myprog.d
823
827
)
824
828
825
829
$(SWITCH $(SWNAME -od)$(I objdir),
826
- $(DD write object files relative to directory $(I objdir)
830
+ write object files relative to directory $(I objdir)
827
831
instead of to the current directory. $(SWLINK -op)
828
832
can be used if the original package hierarchy should
829
- be retained)
833
+ be retained
830
834
)
831
835
$(SWITCH $(SWNAME -of)$(I filename),
832
836
Set output file name to $(I filename) in the output
@@ -855,7 +859,7 @@ dmd -cov -unittest myprog.d
855
859
done for system and trusted functions, and assertion failures
856
860
are undefined behaviour.
857
861
)
858
- $(SWITCH $(SWNAME -run) $(I srcfile args...)
862
+ $(SWITCH $(SWNAME -run) $(I srcfile args...),
859
863
compile, link, and run the program $(I srcfile) with the
860
864
rest of the
861
865
command line, $(I args...), as the arguments to the program.
0 commit comments