Discussion:
[dart-misc] Compile Dart as /MD instead of /MT
Michael Francis
2016-02-11 17:52:51 UTC
Permalink
Is there an easy build config change to build dart as /MD instead of /MT?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Lingfeng Xu
2016-02-12 04:21:14 UTC
Permalink
I have done this. Go to tools\gyp\configurations_msvs.gypi. Change
'RuntimeLibrary' from '1' and '0' to '3' and '2'.

圚 2016幎2月11日星期四 UTC-8䞊午9:52:51Michael Francis写道
Post by Michael Francis
Is there an easy build config change to build dart as /MD instead of /MT?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...