setup.py
changeset 29444 284d742e5611
parent 29020 ee2e4a2c3690
child 29505 2dce3f96ad7b
equal deleted inserted replaced
29443:cf092a3d202a 29444:284d742e5611
   534             'mercurial.pure',
   534             'mercurial.pure',
   535             'hgext', 'hgext.convert', 'hgext.fsmonitor',
   535             'hgext', 'hgext.convert', 'hgext.fsmonitor',
   536             'hgext.fsmonitor.pywatchman', 'hgext.highlight',
   536             'hgext.fsmonitor.pywatchman', 'hgext.highlight',
   537             'hgext.largefiles', 'hgext.zeroconf', 'hgext3rd']
   537             'hgext.largefiles', 'hgext.zeroconf', 'hgext3rd']
   538 
   538 
   539 common_depends = ['mercurial/util.h']
   539 common_depends = ['mercurial/bitmanipulation.h',
       
   540                   'mercurial/compat.h',
       
   541                   'mercurial/util.h']
   540 
   542 
   541 osutil_ldflags = []
   543 osutil_ldflags = []
   542 
   544 
   543 if sys.platform == 'darwin':
   545 if sys.platform == 'darwin':
   544     osutil_ldflags += ['-framework', 'ApplicationServices']
   546     osutil_ldflags += ['-framework', 'ApplicationServices']