Searched refs:dlls (Results 1 – 25 of 41) sorted by relevance
12
/third_party/libxml2/python/ |
D | setup.py.in | 165 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/ |
D | FindOpenSSLbins.cmake | 13 # 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/ |
D | check_windows_dlls.sh | 22 rake dlls
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | README | 8 - windows dlls wrappers. 48 An avidecoder that has a video pad (decoded with windows dlls) and an
|
/third_party/mesa3d/src/gallium/targets/d3d10sw/ |
D | README.md | 50 See also https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order
|
/third_party/grpc/ |
D | Rakefile | 85 task 'dlls' do task 136 Rake::Task['dlls'].execute
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ExternalBenchmarks.md | 8 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/ |
D | ExternalBenchmarks.md | 8 On Linux, this is generally achieved with setting `LD_LIBRARY_PATH`. On Windows, ANGLE dlls may
|
/third_party/libwebsockets/lib/tls/ |
D | CMakeLists.txt | 402 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/ |
D | README | 26 ln -s "`pwd`/dlls/`basename -s .dll $f`/$f.so" /usr/lib/wine/
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/legacy/ |
D | README | 31 … 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/ |
D | README | 31 … 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/ |
D | README | 31 … 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/ |
D | pgi.jam | 126 # Slight mods for dlls
|
D | mipspro.jam | 133 # Slight mods for dlls
|
D | pathscale.jam | 164 # Slight mods for dlls
|
D | sun.jam | 210 # Slight mods for dlls
|
/third_party/libffi/ |
D | configure.host | 90 # or cross-build and select where to install dlls appropriately.
|
/third_party/boost/libs/serialization/test/ |
D | Jamfile.v2 | 145 # we suppress tests of our dlls when using static libraries
|
/third_party/icu/icu4c/source/ |
D | Makefile.in | 79 …l-local all-recursive install install-local install-udata install-udata-files install-udata-dlls \
|
/third_party/skia/third_party/externals/icu/source/ |
D | Makefile.in | 79 …l-local all-recursive install install-local install-udata install-udata-files install-udata-dlls \
|
/third_party/python/Doc/extending/ |
D | windows.rst | 100 .. _win-dlls:
|
/third_party/flutter/skia/third_party/externals/icu/source/ |
D | Makefile.in | 79 …l-local all-recursive install install-local install-udata install-udata-files install-udata-dlls \
|
/third_party/mesa3d/docs/drivers/ |
D | llvmpipe.rst | 111 To use it put both dlls in the same directory as your application. It can also
|
/third_party/python/Doc/library/ |
D | ctypes.rst | 86 .. _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