Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 8, 2017 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/238f86ba2879886eff133397c586b295 to your computer and use it in GitHub Desktop.
Save Whateverable/238f86ba2879886eff133397c586b295 to your computer and use it in GitHub Desktop.
greppable6

azawawi/perl6-gtk-scintilla:1: del /S /Q *.a *.aps *.bsc *.dll *.dsw *.exe *.idb *.ilc *.ild *.ilf *.ilk *.ils *.lib *.map *.ncb *.obj *.o *.opt *.pdb *.plg *.res *.sbr *.tds *.exp *.tlog >NUL:
azawawi/perl6-gtk-scintilla:6583: Load a lexer implemented in a shared library. This is a .so file on GTK+/Linux or a .DLL file on Windows.
azawawi/perl6-gtk-scintilla:8131: <p>On Windows, Scintilla is normally used as a dynamic library as a .DLL file. If you want to
azawawi/perl6-gtk-scintilla:8132: link Scintilla directly into your application .EXE or .DLL file, then the
azawawi/perl6-gtk-scintilla:62: executable full download</a> as SciLexer.DLL.
azawawi/perl6-gtk-scintilla:3205: On Windows, search for D2D1.DLL and DWRITE.DLL in system directory to avoid loading from earlier
azawawi/perl6-gtk-scintilla:9679: Windows version requires msvcrt.dll to be available so will not work
azawawi/perl6-gtk-scintilla:9680: on original Windows 95 version 1. The msvcrt.dll file is installed
azawawi/perl6-gtk-scintilla:10890: On Windows, the SciLexer.DLL extends Scintilla.DLL with the standard lexers.
azawawi/perl6-gtk-scintilla:14: hmod = LoadLibrary(&quot;SciLexer.DLL&quot;);
azawawi/perl6-gtk-scintilla:193: //^^^^^.dll####.
azawawi/perl6-gtk-scintilla:197: //^^int.dll^^^^^.
azawawi/perl6-gtk-scintilla:4: This is the Lexer for Gui4Cli, included in SciLexer.dll
azawawi/perl6-gtk-scintilla:7: To add to SciLexer.dll:
azawawi/perl6-gtk-scintilla:188: print("Can't find SciLexer.DLL")
azawawi/perl6-gtk-scintilla:3: tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.exe --exclude \*.a scintilla/* \
azawawi/perl6-gtk-scintilla:113: hDLLD2D = ::LoadLibraryEx(TEXT("D2D1.DLL"), 0, 0x00000800 /*LOAD_LIBRARY_SEARCH_SYSTEM32*/);
azawawi/perl6-gtk-scintilla:124: hDLLDWrite = ::LoadLibraryEx(TEXT("DWRITE.DLL"), 0, 0x00000800 /*LOAD_LIBRARY_SEARCH_SYSTEM32*/);
azawawi/perl6-gtk-scintilla:28: VALUE "FileDescription", "Scintilla.DLL - a Source Editing Component\0"
azawawi/perl6-gtk-scintilla:32: VALUE "OriginalFilename", "Scintilla.DLL\0"
azawawi/perl6-gtk-scintilla:475: HMODULE user32 = ::GetModuleHandle(TEXT("user32.dll"));
azawawi/perl6-gtk-scintilla:481: // Windows 95 has an emulation in comctl32.dll:_TrackMouseEvent
azawawi/perl6-gtk-scintilla:483: commctrl32 = ::LoadLibrary(TEXT("comctl32.dll"));
azawawi/perl6-gtk-scintilla:28: COMPONENT = ../bin/Scintilla.dll
azawawi/perl6-gtk-scintilla:29: LEXCOMPONENT = ../bin/SciLexer.dll
azawawi/perl6-gtk-scintilla:65: $(DEL) *.exe *.o *.obj *.dll *.res *.map *.plist
azawawi/perl6-gtk-scintilla:16: COMPONENT=$(DIR_BIN)\Scintilla.dll
azawawi/perl6-gtk-scintilla:17: LEXCOMPONENT=$(DIR_BIN)\SciLexer.dll
azawawi/perl6-gtk-scintilla:3: zip scintilla.zip scintilla\*.* scintilla\*\*.* scintilla\*\*\*.* scintilla\*\*\*\*.* scintilla\*\*\*\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res -x *.exp
azawawi/perl6-libzip:10: # Shared library (.so) or Dynamic-linked library (.dll) name
azawawi/perl6-magickwand:12: return "CORE_RL_wand_.dll" if $*DISTRO.is-win;
azawawi/perl6-opencv:18: "libopencv-perl6.dll",
azawawi/perl6-opencv:19: my $cmd = qq{cl.exe /EHsc -I"$OPENCV_INCLUDE" /nologo /MT /Ox /GL /DNDEBUG /DWIN32 /DAO_ASSUME_WINDOWS98 libopencv-perl6.cpp /LD /DLL /link /LIBPATH:"$OPENCV_LIBPATH" $SYSTEM_LIB $OPENCV_LIB /OUT:../resources/libopencv-perl6.dll};
cygx/p6-image-png-inflated:110: * [copy pngcheck.exe and zlib.dll to installation directory]
cygx/p6-image-rgba-text:110: * [copy pngcheck.exe and zlib.dll to installation directory]
cygx/p6-tinycc-resources-win64:20: "bin/libtcc.dll",
cygx/p6-tinycc-resources-win64:9: cp build/win32/libtcc.dll resources/bin
cygx/p6-tinycc-resources-win64:3: %?RESOURCES{"bin/libtcc.dll"}.copy(.parent.mkdir.child(.basename)) given PREFIX.child("bin/libtcc.dll");
cygx/p6-tinycc-resources-win64:1: my constant DLL = $*VM.config<prefix>.IO.child('bin/libtcc.dll');
cygx/p6-tinycc-resources-win64:1: LIBRARY gdi32.dll
cygx/p6-tinycc-resources-win64:1: LIBRARY kernel32.dll
cygx/p6-tinycc-resources-win64:1: LIBRARY msvcrt.dll
cygx/p6-tinycc-resources-win64:1: LIBRARY user32.dll
finanalyst/p6-inform:8: sub test() is native('libgtk-3-0.dll') { * }
finanalyst/p6-inform:14: # we only have .dll files bundled. Non-windows is assumed to have gtk already
finanalyst/p6-inform:24: my @files = ("libatk-1.0-0.dll",
finanalyst/p6-inform:25: "libcairo-2.dll",
finanalyst/p6-inform:26: "libcairo-gobject-2.dll",
finanalyst/p6-inform:27: "libffi-6.dll",
finanalyst/p6-inform:28: "libfontconfig-1.dll",
finanalyst/p6-inform:29: "libfreetype-6.dll",
finanalyst/p6-inform:30: "libgdk-3-0.dll",
finanalyst/p6-inform:31: "libgdk_pixbuf-2.0-0.dll",
finanalyst/p6-inform:32: "libgio-2.0-0.dll",
finanalyst/p6-inform:33: "libglib-2.0-0.dll",
finanalyst/p6-inform:34: "libgmodule-2.0-0.dll",
finanalyst/p6-inform:35: "libgobject-2.0-0.dll",
finanalyst/p6-inform:36: "libgtk-3-0.dll",
finanalyst/p6-inform:37: "libiconv-2.dll",
finanalyst/p6-inform:38: "libintl-8.dll",
finanalyst/p6-inform:39: "liblzma-5.dll",
finanalyst/p6-inform:40: "libpango-1.0-0.dll",
finanalyst/p6-inform:41: "libpangocairo-1.0-0.dll",
finanalyst/p6-inform:42: "libpangoft2-1.0-0.dll",
finanalyst/p6-inform:43: "libpangowin32-1.0-0.dll",
finanalyst/p6-inform:44: "libpixman-1-0.dll",
finanalyst/p6-inform:45: "libpng15-15.dll",
finanalyst/p6-inform:46: "libxml2-2.dll",
finanalyst/p6-inform:47: "zlib1.dll");
finanalyst/p6-inform:15: "blib/lib/GTK/libatk-1.0-0.dll",
finanalyst/p6-inform:16: "blib/lib/GTK/libcairo-2.dll",
finanalyst/p6-inform:17: "blib/lib/GTK/libcairo-gobject-2.dll",
finanalyst/p6-inform:18: "blib/lib/GTK/libffi-6.dll",
finanalyst/p6-inform:19: "blib/lib/GTK/libfontconfig-1.dll",
finanalyst/p6-inform:20: "blib/lib/GTK/libfreetype-6.dll",
finanalyst/p6-inform:21: "blib/lib/GTK/libgdk-3-0.dll",
finanalyst/p6-inform:22: "blib/lib/GTK/libgdk_pixbuf-2.0-0.dll",
finanalyst/p6-inform:23: "blib/lib/GTK/libgio-2.0-0.dll",
finanalyst/p6-inform:24: "blib/lib/GTK/libglib-2.0-0.dll",
finanalyst/p6-inform:25: "blib/lib/GTK/libgmodule-2.0-0.dll",
finanalyst/p6-inform:26: "blib/lib/GTK/libgobject-2.0-0.dll",
finanalyst/p6-inform:27: "blib/lib/GTK/libgtk-3-0.dll",
finanalyst/p6-inform:28: "blib/lib/GTK/libiconv-2.dll",
finanalyst/p6-inform:29: "blib/lib/GTK/libintl-8.dll",
finanalyst/p6-inform:30: "blib/lib/GTK/liblzma-5.dll",
finanalyst/p6-inform:31: "blib/lib/GTK/libpango-1.0-0.dll",
finanalyst/p6-inform:32: "blib/lib/GTK/libpangocairo-1.0-0.dll",
finanalyst/p6-inform:33: "blib/lib/GTK/libpangoft2-1.0-0.dll",
finanalyst/p6-inform:34: "blib/lib/GTK/libpangowin32-1.0-0.dll",
finanalyst/p6-inform:35: "blib/lib/GTK/libpixman-1-0.dll",
finanalyst/p6-inform:36: "blib/lib/GTK/libpng15-15.dll",
finanalyst/p6-inform:37: "blib/lib/GTK/libxml2-2.dll",
finanalyst/p6-inform:38: "blib/lib/GTK/zlib1.dll"
finanalyst/p6-inform:220: # copy of the GTK .dll files are installed. Since they will then no longer
finanalyst/p6-inform:221: # be in the system $PATH, we need to load each .dll file individually, in
finanalyst/p6-inform:225: # .dll we are trying to load. This call will fail, but it has the side effect
finanalyst/p6-inform:226: # of loading the .dll file, which is all we need.
finanalyst/p6-inform:245: $lib = find-bundled('libgtk-3-0.dll');
finanalyst/p6-inform:266: $lib = find-bundled('libgdk-3-0.dll');
finanalyst/p6-inform:279: $lib = find-bundled('libglib-2.0-0.dll');
finanalyst/p6-inform:293: $lib = find-bundled('libgobject-2.0-0.dll');
finanalyst/p6-inform:318: $lib = find-bundled('libatk-1.0-0.dll');
finanalyst/p6-inform:328: $lib = find-bundled('libcairo-gobject-2.dll');
finanalyst/p6-inform:340: $lib = find-bundled('libcairo-2.dll');
finanalyst/p6-inform:353: $lib = find-bundled('libgdk_pixbuf-2.0-0.dll');
finanalyst/p6-inform:365: $lib = find-bundled('libgio-2.0-0.dll');
finanalyst/p6-inform:372: $lib = find-bundled('libgmodule-2.0-0.dll');
finanalyst/p6-inform:379: $lib = find-bundled('libintl-8.dll');
finanalyst/p6-inform:386: $lib = find-bundled('libpango-1.0-0.dll');
finanalyst/p6-inform:401: $lib = find-bundled('libpangocairo-1.0-0.dll');
finanalyst/p6-inform:408: $lib = find-bundled('libpangowin32-1.0-0.dll');
finanalyst/p6-inform:417: $lib = find-bundled('libfontconfig-1.dll');
finanalyst/p6-inform:425: $lib = find-bundled('libfreetype-6.dll');
finanalyst/p6-inform:432: $lib = find-bundled('libpixman-1-0.dll');
finanalyst/p6-inform:439: $lib = find-bundled('libpng15-15.dll');
finanalyst/p6-inform:446: $lib = find-bundled('zlib1.dll');
finanalyst/p6-inform:455: $lib = find-bundled('libxml2-2.dll');
finanalyst/p6-inform:462: $lib = find-bundled('libiconv-2.dll');
finanalyst/p6-inform:469: $lib = find-bundled('liblzma-5.dll');
finanalyst/p6-inform:476: $lib = find-bundled('libffi-6.dll');
finanalyst/p6-inform:483: $lib = find-bundled('libpangoft2-1.0-0.dll');
frithnanth/perl6-Archive-Libarchive-Raw:9: # We only have a .dll file bundled on Windows; non-windows is assumed
frithnanth/perl6-Archive-Libarchive-Raw:13: my constant $file = "libarchive.dll";
frithnanth/perl6-Archive-Libarchive-Raw:14: "resources" : [ "libarchive.dll" ],
frithnanth/perl6-Archive-Libarchive-Raw:8: ?? %?RESOURCES<libarchive.dll>.absolute
gfldex/perl6-pod-to-bigpage:6632: <p>The first line imports various traits and types. The next line looks like a relatively ordinary Perl 6 sub declaration - with a twist. We use the…
gfldex/perl6-pod-to-bigpage:6826: <p>If you write <span class="code">native('foo')</span> NativeCall will search libfoo.so under Unix like system (libfoo.dynlib on OS X, foo.d…
hoelzro/p6-linenoise:31: printf("CLIB=\"msvcr%d.dll\"\n", msc_version_to_dll_version(_MSC_VER));
hoelzro/p6-linenoise:33: printf("CLIB=\"msvcrt.dll\"\n");
jnthn/p6-io-socket-async-ssl:67: # Per OpenSSL module, make a simple call to ensure libeay32.dll is loaded before
jnthn/p6-io-socket-async-ssl:68: # ssleay32.dll on Windows.
jnthn/p6-ssh-libssh:9: # We only have a .dll file bundled on Windows; non-Windows is assumed
jnthn/p6-ssh-libssh:13: my constant @files = "ssh.dll", "libeay32.dll", "msvcr110.dll";
jnthn/p6-ssh-libssh:14: "resources" : [ "ssh.dll", "libeay32.dll", "msvcr110.dll" ],
jnthn/p6-ssh-libssh:22: Windows, the installation of this module will download a pre-built libssh.dll,
jnthn/p6-ssh-libssh:13: $windows-dep-path = extract-windows-library('ssh.dll');
jnthn/p6-ssh-libssh:31: sub msvcr110() { extract-windows-library('msvcr110.dll') }
jnthn/p6-ssh-libssh:32: sub libeay32() { extract-windows-library('libeay32.dll') }
jonathanstowe/META6:1884: "zlib1.dll"
jonathanstowe/META6:2947: "opencv-perl6.dll"
jonathanstowe/META6:5077: "lib/liblinenoise.dll",
jonathanstowe/META6:10358: "libkdtree.dll",
p6-pdf/Base64-Native-p6:5: *.dll
p6-pdf/Base64-Native-p6:19: my @fake-lib-exts = <.so .dll .dylib>.grep(* ne %vars<SO>);
p6-pdf/Base64-Native-p6:19: "lib/libbase64.dll",
perl6/DBIish:10: %*ENV<DBIISH_MYSQL_LIB> = "C:/Program Files/MySQL/MySQL Server 5.6/lib/libmysql.dll"
perl6/DBIish:10: # libpq.dll on windows depends on libeay32.dll which in this path
perl6/DBIish:13: %*ENV<DBIISH_PG_LIB> = (PG-HOME).fmt( '%s\lib\libpq.dll' );
perl6/DBIish:10: # libpq.dll on windows depends on libeay32.dll which in this path
perl6/DBIish:13: %*ENV<DBIISH_PG_LIB> = (PG-HOME).fmt( '%s\lib\libpq.dll' );
perl6/DBIish:9: %*ENV<DBIISH_SQLITE_LIB> = "sqlite3.dll"
perl6/doc:20: native library. The platform-specific extension (e.g., '.so' or '.dll'),
perl6/doc:411: If you write C<native('foo')> NativeCall will search libfoo.so under Unix like system (libfoo.dynlib on OS X, foo.dll on win32).
perl6/gtk-simple:8: sub test() is native('libgtk-3-0.dll') { * }
perl6/gtk-simple:14: # we only have .dll files bundled. Non-windows is assumed to have gtk already
perl6/gtk-simple:24: my @files = ("libatk-1.0-0.dll",
perl6/gtk-simple:25: "libcairo-2.dll",
perl6/gtk-simple:26: "libcairo-gobject-2.dll",
perl6/gtk-simple:27: "libffi-6.dll",
perl6/gtk-simple:28: "libfontconfig-1.dll",
perl6/gtk-simple:29: "libfreetype-6.dll",
perl6/gtk-simple:30: "libgdk-3-0.dll",
perl6/gtk-simple:31: "libgdk_pixbuf-2.0-0.dll",
perl6/gtk-simple:32: "libgio-2.0-0.dll",
perl6/gtk-simple:33: "libglib-2.0-0.dll",
perl6/gtk-simple:34: "libgmodule-2.0-0.dll",
perl6/gtk-simple:35: "libgobject-2.0-0.dll",
perl6/gtk-simple:36: "libgtk-3-0.dll",
perl6/gtk-simple:37: "libiconv-2.dll",
perl6/gtk-simple:38: "libintl-8.dll",
perl6/gtk-simple:39: "liblzma-5.dll",
perl6/gtk-simple:40: "libpango-1.0-0.dll",
perl6/gtk-simple:41: "libpangocairo-1.0-0.dll",
perl6/gtk-simple:42: "libpangoft2-1.0-0.dll",
perl6/gtk-simple:43: "libpangowin32-1.0-0.dll",
perl6/gtk-simple:44: "libpixman-1-0.dll",
perl6/gtk-simple:45: "libpng15-15.dll",
perl6/gtk-simple:46: "libxml2-2.dll",
perl6/gtk-simple:47: "zlib1.dll");
perl6/gtk-simple:59: "blib/lib/GTK/libatk-1.0-0.dll",
perl6/gtk-simple:60: "blib/lib/GTK/libcairo-2.dll",
perl6/gtk-simple:61: "blib/lib/GTK/libcairo-gobject-2.dll",
perl6/gtk-simple:62: "blib/lib/GTK/libffi-6.dll",
perl6/gtk-simple:63: "blib/lib/GTK/libfontconfig-1.dll",
perl6/gtk-simple:64: "blib/lib/GTK/libfreetype-6.dll",
perl6/gtk-simple:65: "blib/lib/GTK/libgdk-3-0.dll",
perl6/gtk-simple:66: "blib/lib/GTK/libgdk_pixbuf-2.0-0.dll",
perl6/gtk-simple:67: "blib/lib/GTK/libgio-2.0-0.dll",
perl6/gtk-simple:68: "blib/lib/GTK/libglib-2.0-0.dll",
perl6/gtk-simple:69: "blib/lib/GTK/libgmodule-2.0-0.dll",
perl6/gtk-simple:70: "blib/lib/GTK/libgobject-2.0-0.dll",
perl6/gtk-simple:71: "blib/lib/GTK/libgtk-3-0.dll",
perl6/gtk-simple:72: "blib/lib/GTK/libiconv-2.dll",
perl6/gtk-simple:73: "blib/lib/GTK/libintl-8.dll",
perl6/gtk-simple:74: "blib/lib/GTK/liblzma-5.dll",
perl6/gtk-simple:75: "blib/lib/GTK/libpango-1.0-0.dll",
perl6/gtk-simple:76: "blib/lib/GTK/libpangocairo-1.0-0.dll",
perl6/gtk-simple:77: "blib/lib/GTK/libpangoft2-1.0-0.dll",
perl6/gtk-simple:78: "blib/lib/GTK/libpangowin32-1.0-0.dll",
perl6/gtk-simple:79: "blib/lib/GTK/libpixman-1-0.dll",
perl6/gtk-simple:80: "blib/lib/GTK/libpng15-15.dll",
perl6/gtk-simple:81: "blib/lib/GTK/libxml2-2.dll",
perl6/gtk-simple:82: "blib/lib/GTK/zlib1.dll"
perl6/gtk-simple:12: # copy of the GTK .dll files are installed. Since they will then no longer
perl6/gtk-simple:13: # be in the system $PATH, we need to load each .dll file individually, in
perl6/gtk-simple:17: # .dll we are trying to load. This call will fail, but it has the side effect
perl6/gtk-simple:18: # of loading the .dll file, which is all we need.
perl6/gtk-simple:37: $lib = find-bundled('libgtk-3-0.dll');
perl6/gtk-simple:58: $lib = find-bundled('libgdk-3-0.dll');
perl6/gtk-simple:71: $lib = find-bundled('libglib-2.0-0.dll');
perl6/gtk-simple:85: $lib = find-bundled('libgobject-2.0-0.dll');
perl6/gtk-simple:110: $lib = find-bundled('libatk-1.0-0.dll');
perl6/gtk-simple:120: $lib = find-bundled('libcairo-gobject-2.dll');
perl6/gtk-simple:132: $lib = find-bundled('libcairo-2.dll');
perl6/gtk-simple:145: $lib = find-bundled('libgdk_pixbuf-2.0-0.dll');
perl6/gtk-simple:157: $lib = find-bundled('libgio-2.0-0.dll');
perl6/gtk-simple:164: $lib = find-bundled('libgmodule-2.0-0.dll');
perl6/gtk-simple:171: $lib = find-bundled('libintl-8.dll');
perl6/gtk-simple:178: $lib = find-bundled('libpango-1.0-0.dll');
perl6/gtk-simple:193: $lib = find-bundled('libpangocairo-1.0-0.dll');
perl6/gtk-simple:200: $lib = find-bundled('libpangowin32-1.0-0.dll');
perl6/gtk-simple:209: $lib = find-bundled('libfontconfig-1.dll');
perl6/gtk-simple:217: $lib = find-bundled('libfreetype-6.dll');
perl6/gtk-simple:224: $lib = find-bundled('libpixman-1-0.dll');
perl6/gtk-simple:231: $lib = find-bundled('libpng15-15.dll');
perl6/gtk-simple:238: $lib = find-bundled('zlib1.dll');
perl6/gtk-simple:247: $lib = find-bundled('libxml2-2.dll');
perl6/gtk-simple:254: $lib = find-bundled('libiconv-2.dll');
perl6/gtk-simple:261: $lib = find-bundled('liblzma-5.dll');
perl6/gtk-simple:268: $lib = find-bundled('libffi-6.dll');
perl6/gtk-simple:275: $lib = find-bundled('libpangoft2-1.0-0.dll');
retupmoca/P6-Compress-Zlib-Raw:8: "resources" : [ "zlib1.dll" ],
retupmoca/P6-Compress-Zlib-Raw:11: $lib = ~(%?RESOURCES{"zlib1.dll"});
retupmoca/P6-Find-Bundled:9: my $filename = Find::Bundled.find('lib.dll', 'MyModule/libs', :keep-filename);
samgwise/p6-Numeric-Pack:3: *.dll.a
samgwise/p6-Numeric-Pack:8: *.dll
samgwise/p6-Numeric-Pack:21: "lib/libnumpack.dll",
sergot/openssl:29: "resources" : [ "ssleay32.dll", "libeay32.dll" ]
sergot/openssl:32: # make a simple call to ensure libeay32.dll is loaded before ssleay32.dll (on windows)
sergot/openssl:34: # if we're using our bundled .dll files, and we try to load ssleay32.dll first, LoadLibrary
sergot/openssl:35: # can't find the required libeay32.dll anywhere in the path, and so fails to load the dll
sergot/openssl:5: ?? dll-resource('ssleay32.dll')
sergot/openssl:11: ?? dll-resource('libeay32.dll')
spebern/Parser-FreeXL-Native:105: if $shared && test -f "$dir/$lib.dll.lib"; then
spebern/Parser-FreeXL-Native:107: lib=$dir/$lib.dll.lib
spebern/Parser-FreeXL-Native:10972: # Tell ltmain to make .dll files, not .so files.
spebern/Parser-FreeXL-Native:10973: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:10981: $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
spebern/Parser-FreeXL-Native:11009: # Tell ltmain to make .dll files, not .so files.
spebern/Parser-FreeXL-Native:11010: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:11921: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:11928: library_names_spec='$libname.dll.a'
spebern/Parser-FreeXL-Native:11967: library_names_spec='${libname}.dll.lib'
spebern/Parser-FreeXL-Native:12360: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:13915: # Tell ltmain to make .dll files, not .so files.
spebern/Parser-FreeXL-Native:13916: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:13924: $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
spebern/Parser-FreeXL-Native:15760: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:15767: library_names_spec='$libname.dll.a'
spebern/Parser-FreeXL-Native:15805: library_names_spec='${libname}.dll.lib'
spebern/Parser-FreeXL-Native:16197: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:2962: # At present, this check doesn't affect windows .dll's that
spebern/Parser-FreeXL-Native:2996: *.dll.a)
spebern/Parser-FreeXL-Native:6763: func_stripname 'lib' '.dll' "$soname"
spebern/Parser-FreeXL-Native:9349: *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
spebern/Parser-FreeXL-Native:2277: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:2284: library_names_spec='$libname.dll.a'
spebern/Parser-FreeXL-Native:2323: library_names_spec='${libname}.dll.lib'
spebern/Parser-FreeXL-Native:2697: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:5057: # Tell ltmain to make .dll files, not .so files.
spebern/Parser-FreeXL-Native:5058: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:5066: $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
spebern/Parser-FreeXL-Native:5094: # Tell ltmain to make .dll files, not .so files.
spebern/Parser-FreeXL-Native:5095: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:6064: # Tell ltmain to make .dll files, not .so files.
spebern/Parser-FreeXL-Native:6065: shrext_cmds=".dll"
spebern/Parser-FreeXL-Native:6073: $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
spebern/Parser-FreeXL-Native:8: FREEXL_DLL = freexl$(VERSION).dll
spebern/Parser-FreeXL-Native:33: del *.dll
spebern/Parser-FreeXL-Native:45: copy *.dll $(INSTDIR)\bin
supernovus/perl6-timezone:711: # http://www.indystar.com/apps/pbcs.dll/article?AID=/20070207/LOCAL190108/702070524/0/LOCAL
supernovus/perl6-timezone:2616: # http://www.theroyalgazette.com/apps/pbcs.dll/article?AID=/20060529/NEWS/105290135
tokuhirom/p6-Crust:42: ".dll" => "application/x-msdownload",
tony-o/p6-warthog:8: "libatk-1.0-0.dll",
tony-o/p6-warthog:9: "libcairo-2.dll",
tony-o/p6-warthog:10: "libcairo-gobject-2.dll",
tony-o/p6-warthog:11: "libffi-6.dll",
tony-o/p6-warthog:12: "libfontconfig-1.dll",
tony-o/p6-warthog:13: "libfreetype-6.dll",
tony-o/p6-warthog:14: "libgdk-3-0.dll",
tony-o/p6-warthog:15: "libgdk_pixbuf-2.0-0.dll",
tony-o/p6-warthog:16: "libgio-2.0-0.dll",
tony-o/p6-warthog:17: "libglib-2.0-0.dll",
tony-o/p6-warthog:18: "libgmodule-2.0-0.dll",
tony-o/p6-warthog:19: "libgobject-2.0-0.dll",
tony-o/p6-warthog:20: "libgtk-3-0.dll",
tony-o/p6-warthog:21: "libiconv-2.dll",
tony-o/p6-warthog:22: "libintl-8.dll",
tony-o/p6-warthog:23: "liblzma-5.dll",
tony-o/p6-warthog:24: "libpango-1.0-0.dll",
tony-o/p6-warthog:25: "libpangocairo-1.0-0.dll",
tony-o/p6-warthog:26: "libpangoft2-1.0-0.dll",
tony-o/p6-warthog:27: "libpangowin32-1.0-0.dll",
tony-o/p6-warthog:28: "libpixman-1-0.dll",
tony-o/p6-warthog:29: "libpng15-15.dll",
tony-o/p6-warthog:30: "libxml2-2.dll",
tony-o/p6-warthog:31: "zlib1.dll"
tony-o/p6-warthog:38: "libatk-1.0-0.dll",
tony-o/p6-warthog:39: "libcairo-2.dll",
tony-o/p6-warthog:40: "libcairo-gobject-2.dll",
tony-o/p6-warthog:41: "libffi-6.dll",
tony-o/p6-warthog:42: "libfontconfig-1.dll",
tony-o/p6-warthog:43: "libfreetype-6.dll",
tony-o/p6-warthog:44: "libgdk-3-0.dll",
tony-o/p6-warthog:45: "libgdk_pixbuf-2.0-0.dll",
tony-o/p6-warthog:46: "libgio-2.0-0.dll",
tony-o/p6-warthog:47: "libglib-2.0-0.dll",
tony-o/p6-warthog:48: "libgmodule-2.0-0.dll",
tony-o/p6-warthog:49: "libgobject-2.0-0.dll",
tony-o/p6-warthog:50: "libgtk-3-0.dll",
tony-o/p6-warthog:51: "libiconv-2.dll",
tony-o/p6-warthog:52: "libintl-8.dll",
tony-o/p6-warthog:53: "liblzma-5.dll",
tony-o/p6-warthog:54: "libpango-1.0-0.dll",
tony-o/p6-warthog:55: "libpangocairo-1.0-0.dll",
tony-o/p6-warthog:56: "libpangoft2-1.0-0.dll",
tony-o/p6-warthog:57: "libpangowin32-1.0-0.dll",
tony-o/p6-warthog:58: "libpixman-1-0.dll",
tony-o/p6-warthog:59: "libpng15-15.dll",
tony-o/p6-warthog:60: "libxml2-2.dll",
tony-o/p6-warthog:61: "zlib1.dll"
ugexe/zef:51: # or 'resources/libraries/mylib' => 'resources/libaries/mylib.dll'
yowcow/p6-Digest-MurmurHash3:15: my @fake = <.so .dll .dylib>.grep({ $_ ne $so });
yowcow/p6-Digest-MurmurHash3:21: "libmurmurhash3.dll",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment