Searched full:mingw (Results 1 – 9 of 9) sorted by relevance
/lz4-3.4.0-2.7.6/ |
D | appveyor.yml | 28 SET "PATH_MINGW32=c:\MinGW\bin;c:\MinGW\usr\bin" && 30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe && 31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe
|
D | Makefile.inc | 44 ifneq (,$(filter MINGW%,$(TARGET_OS))) 70 ifneq (,$(filter MINGW% MSYS% CYGWIN%,$(shell uname))) 80 …GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD MINGW% CYGWIN% MSYS%,$(s… 90 ifneq (,$(filter MINGW% MSYS% CYGWIN%,$(shell uname)))
|
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | README.md | 29 #### The example of usage of static and dynamic LZ4 libraries with gcc/MinGW 36 #### Using LZ4 DLL with gcc/MinGW 39 are required to compile a project using gcc/MinGW.
|
/lz4-3.4.0-2.7.6/lib/ |
D | README.md | 100 #### Windows : using MinGW+MSYS to create DLL 102 DLL can be created using MinGW+MSYS with the `make liblz4` command. 104 …nux, just set the `DLLTOOL` variable. Example of cross compilation on Linux with mingw-w64 64 bits: 110 `dll\liblz4.dll` are required to compile a project using gcc/MinGW.
|
D | xxhash.c | 189 /* Note : although _rotl exists for minGW (GCC under windows), performance seems poor */
|
/lz4-3.4.0-2.7.6/contrib/meson/meson/programs/ |
D | meson.build | 23 elif use_debug and host_machine_os == os_windows # MinGW target
|
/lz4-3.4.0-2.7.6/programs/ |
D | platform.h | 62 … defined(__MINGW32__) /* No point defining Large file for 64 bit but MinGW-w64 requires it */
|
D | util.h | 82 * Avoid fseek()'s 2GiB barrier with MSVC, MacOS, *BSD, MinGW
|
D | lz4io.c | 41 # define _POSIX_SOURCE 1 /* disable %llu warnings with MinGW on Windows */
|