Bug 882543 - Register the MSG thread for in the profiler. r=benwa
[gecko.git] / build / mozconfig.vs2010-common
blob9806ae24282b6fd084647bd407809e9bf8c7a747
1 # Pymake needs Windows-style paths. Use cmd.exe to hack around this.\r
2 mk_export_correct_style() {\r
3   if test -n "${_PYMAKE}"; then\r
4     mk_add_options "export $1=$(cmd.exe //c echo %$1%)"\r
5   else\r
6     mk_add_options "export $1=$(eval echo \$$1)"\r
7   fi\r
8 }\r