equal
deleted
inserted
replaced
1612 self.ldflags_shared_debug.append('/ignore:4197') |
1612 self.ldflags_shared_debug.append('/ignore:4197') |
1613 |
1613 |
1614 msvccompiler.MSVCCompiler = HackedMSVCCompiler |
1614 msvccompiler.MSVCCompiler = HackedMSVCCompiler |
1615 |
1615 |
1616 packagedata = { |
1616 packagedata = { |
1617 'mercurial': [ |
1617 'mercurial': ['locale/*/LC_MESSAGES/hg.mo', 'dummycert.pem',], |
1618 'locale/*/LC_MESSAGES/hg.mo', |
1618 'mercurial.defaultrc': ['*.rc',], |
1619 'defaultrc/*.rc', |
|
1620 'dummycert.pem', |
|
1621 ], |
|
1622 'mercurial.helptext': ['*.txt',], |
1619 'mercurial.helptext': ['*.txt',], |
1623 'mercurial.helptext.internals': ['*.txt',], |
1620 'mercurial.helptext.internals': ['*.txt',], |
1624 } |
1621 } |
1625 |
1622 |
1626 |
1623 |