Searched defs:dlls (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/python/ |
D | setup.py | 34 dlls = [ 'iconv.dll','libxml2.dll','libxslt.dll','libexslt.dll' ] variable 35 dlls = [os.path.join(ROOT,'bin',dll) for dll in dlls] variable
|
D | setup.py.in | 34 dlls = [ 'iconv.dll','libxml2.dll','libxslt.dll','libexslt.dll' ] variable 35 dlls = [os.path.join(ROOT,'bin',dll) for dll in dlls] variable
|