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

/vbox/src/libs/libxml2-2.6.31/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 = map(lambda dll: os.path.join(ROOT,'bin',dll),dlls) variable
221 data_files = [(base+"libxmlmods",dlls)]

Completed in 49 milliseconds