Created
July 16, 2014 15:21
-
-
Save andykorth/45f2e3fee66fd163bac1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kortham@Turing ~/projects/PencilAndy/Pencil.Gaming$ file natives*/* | |
natives32-glfw2/glfw.dll: PE32 executable for MS Windows (DLL) (console) Intel 80386 32-bit | |
natives32-glfw2/libglfw.dylib: Mach-O dynamically linked shared library i386 | |
natives32-glfw2/libglfw.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped | |
natives32-glfw2/liblua.dylib: Mach-O dynamically linked shared library i386 | |
natives32-glfw2/liblua.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped | |
natives32-glfw2/libopenal.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped | |
natives32-glfw2/lua.dll: PE32 executable for MS Windows (DLL) (console) Intel 80386 32-bit | |
natives32-glfw2/openal32.dll: PE32 executable for MS Windows (DLL) (GUI) Intel 80386 32-bit | |
natives32-glfw2/wrap_oal.dll: PE32 executable for MS Windows (DLL) (GUI) Intel 80386 32-bit | |
natives32-glfw3/GLFW_LINUX_BROKEN.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped | |
natives32-glfw3/glfw.dll: PE32 executable for MS Windows (DLL) (console) Intel 80386 32-bit | |
natives32-glfw3/liblua.dylib: Mach-O dynamically linked shared library i386 | |
natives32-glfw3/liblua.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped | |
natives32-glfw3/libopenal.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped | |
natives32-glfw3/lua.dll: PE32 executable for MS Windows (DLL) (console) Intel 80386 32-bit | |
natives32-glfw3/openal32.dll: PE32 executable for MS Windows (DLL) (GUI) Intel 80386 32-bit | |
natives32-glfw3/wrap_oal.dll: PE32 executable for MS Windows (DLL) (GUI) Intel 80386 32-bit | |
natives64-glfw2/glfw.dll: PE32+ executable for MS Windows (DLL) (console) Mono/.Net assembly | |
natives64-glfw2/libglfw.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped | |
natives64-glfw2/liblua.dylib: Mach-O 64-bit dynamically linked shared library x86_64 | |
natives64-glfw2/liblua.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped | |
natives64-glfw2/libopenal.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped | |
natives64-glfw2/lua.dll: PE32+ executable for MS Windows (DLL) (console) Mono/.Net assembly | |
natives64-glfw2/openal32.dll: PE32+ executable for MS Windows (DLL) (GUI) Mono/.Net assembly | |
natives64-glfw2/wrap_oal.dll: PE32+ executable for MS Windows (DLL) (GUI) Mono/.Net assembly | |
natives64-glfw3/glfw.dll: PE32+ executable for MS Windows (DLL) (console) Mono/.Net assembly | |
natives64-glfw3/libglfw.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped | |
natives64-glfw3/liblua.dylib: Mach-O 64-bit dynamically linked shared library x86_64 | |
natives64-glfw3/liblua.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped | |
natives64-glfw3/libopenal.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped | |
natives64-glfw3/lua.dll: PE32+ executable for MS Windows (DLL) (console) Mono/.Net assembly | |
natives64-glfw3/openal32.dll: PE32+ executable for MS Windows (DLL) (GUI) Mono/.Net assembly | |
natives64-glfw3/wrap_oal.dll: PE32+ executable for MS Windows (DLL) (GUI) Mono/.Net assembly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment