We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60472d commit 2e53bb6Copy full SHA for 2e53bb6
build.sh
@@ -5,6 +5,7 @@ make
5
sudo cp regex.h /usr/x86_64-w64-mingw32/include/
6
sudo cp libregex.a /usr/x86_64-w64-mingw32/lib/
7
sudo cp libgnurx.dll.a /usr/x86_64-w64-mingw32/lib/
8
+cp COPYING.LIB ../dist/COPYING.libgnurx
9
cp libgnurx-0.dll ../dist/
10
cd ../file/
11
autoreconf -f -i
@@ -16,3 +17,4 @@ make clean
16
17
make -j4
18
cp src/.libs/libmagic-1.dll ../dist/
19
cp src/.libs/file.exe ../dist/
20
+cp COPYING ../dist/COPYING.file
0 commit comments