Searched defs:dlls (Results 1 - 2 of 2) sorted by relevance
/external/libxml2/python/ |
H A D | setup.py | 17 # a private copy of the dlls are included in the package. 19 # dlls must be found somewhere in the PATH at runtime. 33 # libxml dlls (expected in ROOT/bin) 34 dlls = [ 'iconv.dll','libxml2.dll','libxslt.dll','libexslt.dll' ] variable 35 dlls = [os.path.join(ROOT,'bin',dll) for dll in dlls] variable 221 data_files = [(base+"libxmlmods",dlls)]
|
H A D | setup.py.in | 17 # a private copy of the dlls are included in the package. 19 # dlls must be found somewhere in the PATH at runtime. 33 # libxml dlls (expected in ROOT/bin) 34 dlls = [ 'iconv.dll','libxml2.dll','libxslt.dll','libexslt.dll' ] variable 35 dlls = [os.path.join(ROOT,'bin',dll) for dll in dlls] variable 221 data_files = [(base+"libxmlmods",dlls)]
|
Completed in 177 milliseconds