Home
last modified time | relevance | path

Searched full:mingw (Results 1 – 9 of 9) sorted by relevance

/lz4-3.4.0-2.7.6/
Dappveyor.yml28 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
DMakefile.inc44 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/
DREADME.md29 #### 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/
DREADME.md100 #### 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.
Dxxhash.c189 /* Note : although _rotl exists for minGW (GCC under windows), performance seems poor */
/lz4-3.4.0-2.7.6/contrib/meson/meson/programs/
Dmeson.build23 elif use_debug and host_machine_os == os_windows # MinGW target
/lz4-3.4.0-2.7.6/programs/
Dplatform.h62 … defined(__MINGW32__) /* No point defining Large file for 64 bit but MinGW-w64 requires it */
Dutil.h82 * Avoid fseek()'s 2GiB barrier with MSVC, MacOS, *BSD, MinGW
Dlz4io.c41 # define _POSIX_SOURCE 1 /* disable %llu warnings with MinGW on Windows */