diff options
author | Minteck <contact@minteck.org> | 2022-02-25 18:08:27 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-02-25 18:08:27 +0100 |
commit | a5c417748112e9d88d9ca522561e338eb9ba9007 (patch) | |
tree | ddab6e854fe8b50942a397a0d9fd8330ad662a97 /node_modules/mmmagic/deps/libmagic/msvc/libgnurx-2.5/README.md | |
download | argon-cdn-a5c417748112e9d88d9ca522561e338eb9ba9007.tar.gz argon-cdn-a5c417748112e9d88d9ca522561e338eb9ba9007.tar.bz2 argon-cdn-a5c417748112e9d88d9ca522561e338eb9ba9007.zip |
Initial commit
Diffstat (limited to 'node_modules/mmmagic/deps/libmagic/msvc/libgnurx-2.5/README.md')
-rw-r--r-- | node_modules/mmmagic/deps/libmagic/msvc/libgnurx-2.5/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/mmmagic/deps/libmagic/msvc/libgnurx-2.5/README.md b/node_modules/mmmagic/deps/libmagic/msvc/libgnurx-2.5/README.md new file mode 100644 index 0000000..6e761b1 --- /dev/null +++ b/node_modules/mmmagic/deps/libmagic/msvc/libgnurx-2.5/README.md @@ -0,0 +1,10 @@ +This version of libgnurx was taken from https://github.com/nscaife/file-windows/tree/master/libgnurx-2.5. + +Only one modification has been made to the code taken from the above source: regexec.c contained a ternary expression with a missing expression, which is not supported by the Visual C compiler, so the missing expression has been re-added. + +Original README.md below +======================== + +The contents of this directory are from http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/. + +I have made a few modifications to the Makefile to disable creation of gnurx.lib. The creation of this file relies on lib.exe from Visual Studio (forcing a Windows build environment), and is not needed to build libmagic or file. |