Home
last modified time | relevance | path

Searched refs:dlls (Results 1 – 25 of 41) sorted by relevance

12

/third_party/libxml2/python/
Dsetup.py.in165 dlls = [ 'libxml2.dll' ] variable
168 dlls.append(zlib_dll)
170 dlls.append(lzma_dll)
172 dlls.append(iconv_dll)
174 dlls += icu_dlls
176 dlls += ['libxslt.dll','libexslt.dll']
178 packaged_dlls = [os.path.join(ROOT,'bin',dll) for dll in dlls]
190 packaged_dlls = [os.path.join(ROOT,'bin',dll) for dll in dlls]
/third_party/libwebsockets/cmake/
DFindOpenSSLbins.cmake13 # On Windows, we need to copy the OpenSSL dlls
15 # BUT only if non-static libs (referencing dlls) are used
17 # ** we only want to find dlls that are compatible with the libs
20 # ** we do NOT want to find dlls in general dll directories such as C:\Windows\systemXX
/third_party/grpc/tools/distrib/
Dcheck_windows_dlls.sh22 rake dlls
/third_party/gstreamer/gstplugins_good/gst/avi/
DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/third_party/mesa3d/src/gallium/targets/d3d10sw/
DREADME.md50 See also https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order
/third_party/grpc/
DRakefile85 task 'dlls' do task
136 Rake::Task['dlls'].execute
/third_party/skia/third_party/externals/angle2/doc/
DExternalBenchmarks.md8 On Linux, this is generally achieved with setting `LD_LIBRARY_PATH`. On Windows, ANGLE dlls may
/third_party/flutter/skia/third_party/externals/angle2/doc/
DExternalBenchmarks.md8 On Linux, this is generally achieved with setting `LD_LIBRARY_PATH`. On Windows, ANGLE dlls may
/third_party/libwebsockets/lib/tls/
DCMakeLists.txt402 message("Searching for OpenSSL executable and dlls")
510 # Copy OpenSSL dlls to the output directory on Windows.
515 message("OpenSSL dlls found:")
/third_party/mesa3d/src/gallium/frontends/nine/
DREADME26 ln -s "`pwd`/dlls/`basename -s .dll $f`/$f.so" /usr/lib/wine/
/third_party/flutter/skia/third_party/externals/icu/source/samples/legacy/
DREADME31 … and icudt18l.dll and put them somewhere in PATH (a sane place would be wherever current dlls go).
/third_party/icu/icu4c/source/samples/legacy/
DREADME31 … and icudt18l.dll and put them somewhere in PATH (a sane place would be wherever current dlls go).
/third_party/skia/third_party/externals/icu/source/samples/legacy/
DREADME31 … and icudt18l.dll and put them somewhere in PATH (a sane place would be wherever current dlls go).
/third_party/boost/tools/build/src/tools/
Dpgi.jam126 # Slight mods for dlls
Dmipspro.jam133 # Slight mods for dlls
Dpathscale.jam164 # Slight mods for dlls
Dsun.jam210 # Slight mods for dlls
/third_party/libffi/
Dconfigure.host90 # or cross-build and select where to install dlls appropriately.
/third_party/boost/libs/serialization/test/
DJamfile.v2145 # we suppress tests of our dlls when using static libraries
/third_party/icu/icu4c/source/
DMakefile.in79 …l-local all-recursive install install-local install-udata install-udata-files install-udata-dlls \
/third_party/skia/third_party/externals/icu/source/
DMakefile.in79 …l-local all-recursive install install-local install-udata install-udata-files install-udata-dlls \
/third_party/python/Doc/extending/
Dwindows.rst100 .. _win-dlls:
/third_party/flutter/skia/third_party/externals/icu/source/
DMakefile.in79 …l-local all-recursive install install-local install-udata install-udata-files install-udata-dlls \
/third_party/mesa3d/docs/drivers/
Dllvmpipe.rst111 To use it put both dlls in the same directory as your application. It can also
/third_party/python/Doc/library/
Dctypes.rst86 .. _ctypes-accessing-functions-from-loaded-dlls:
88 Accessing functions from loaded dlls
106 Note that win32 system dlls like ``kernel32`` and ``user32`` often export ANSI
123 Sometimes, dlls export functions with names which aren't valid Python
131 On Windows, some dlls export functions not by name but by ordinal. These
1050 .. _ctypes-accessing-values-exported-from-dlls:
1052 Accessing values exported from dlls

12