Searched defs:dlls (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/python/
H A Dsetup.py17 # 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 Dsetup.py.in17 # 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