Forum Navigation
Install tango allowing deprecated features
Posted: 05/11/09 14:18:36I usually download tango for dmd+windows (e.g.tango-r4647) and do as the install instructions say:
build-dmd.bat build-win32.bat build-tango.batSometimes the latter fails, because some functions in some module of tango are newly deprecated, but still used by some other module of tango.
I know how to use dmd -d to allow deprecated features.
Is there a way to tell build-tango.bat to allow deprecated features?