setup.py
changeset 45269 8bc9d045005a
parent 45132 9d532329ee97
child 45270 c8655782ef19
equal deleted inserted replaced
45268:3c2fae87bd5a 45269:8bc9d045005a
  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