gecko/build/mozconfig.vs-common
David Major 49d841430f Bug 1061335 - Part 1: Rename mozconfig.vs2010-common to mozconfig.vs-common. r=glandium
--HG--
rename : build/mozconfig.vs2010-common => build/mozconfig.vs-common
extra : rebase_source : d17ad706b488ef28c1122d84cc75638ddf4dbedc
2014-09-03 10:32:37 +12:00

5 lines
157 B
Plaintext

# Pymake needs Windows-style paths. Use cmd.exe to hack around this.
mk_export_correct_style() {
mk_add_options "export $1=$(cmd.exe //c echo %$1%)"
}