Lines Matching +full:static +full:- +full:enable

10 # ../wget-1.11.4.
19 # cd libtool-2.4.2
20 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install
22 # yum install ming32-libpng mingw32-libpng-static
24 # cd libpng-1.6.15
25 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install
27 # yum install mingw32-wavpack
29 # cd ../wavpack-4.70.0
30 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install
32 # yum install mingw32-flac
37 # cd ../flac-1.3.1
38 # mingw32-configure --disable-ogg --disable-shared --enable-static;mingw32-make;sudo mingw32-make i…
40 # yum install mingw32-libogg
42 # cd ../libogg-1.3.2
43 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install
45 # yum install mingw32-libvorbis
47 # cd ../libvorbis-1.3.4
48 # mingw32-configure --disable-shared --enable-static;mingw-32-make;sudo mingw32-make install
53 # MINGW work around: Can either add -lwsock32 to end of *_LDADD for any
56 # cd ../libsndfile-1.0.25
57 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install
59 # yum install mingw32-libid3tag
62 # cd ../libid3tag-0.15.1b
63 # mingw32-configure --disable-shared --enable-static;mingw32-make;sudo mingw32-make install
65 # To get MP3 header files used to enable MP3 support (no libraries used):
67 # yum install mingw32-libmad
69 # MINGW work around: Edit Makefile and remove -fforce-mem from CFLAGS
70 # cd ../libmad-0.15.1b
71 # mingw32-configure --enable-shared --disable-static;mingw32-make;sudo mingw32-make install
73 [ ! -x configure ] && autoreconf -i
75 SYS_ROOT="/usr/i686-w64-mingw32/sys-root"
76 CONFIGURE=mingw32-configure
79 TMP_SNDFILE_LIBS="-lsndfile -lFLAC -lvorbisenc -lvorbisfile -lvorbis -logg"
80 STRIP=i686-pc-mingw32-strip
86 # static versions of libsndfile do not advertise when they have
88 if [ $# -ne 0 -o ! -r Makefile ]; then
90 --with-libltdl \
91 --enable-dl-lame --enable-dl-mad --enable-dl-amrnb --enable-dl-amrwb \
92 LDFLAGS="-L/usr/local/lib" CPPFLAGS=-I/usr/local/include \
98 make -s all txt $DOC_TARGETS || exit 1
102 dir=sox-`grep Version: sox.pc | cut -d ' ' -f 2`
103 rm -rf $dir $dir-win32.zip
104 mkdir -p $dir
107 cp -p $f $dir/$f.txt
113-w64-mingw32/bin/objdump -p src/.libs/libsox-3.dll | grep "DLL Name:" | sed "s|DLL Name: |${SYS_RO…
114 dlls="$dlls src/.libs/libsox-3.dll"
115 dlls="$dlls ${SYS_ROOT}/mingw/bin/libwinpthread-1.dll"
117 cp -p \
121 scripts/batch-example.bat \
124 # Special case fixup for nsiswrapper. Rename libFLAC-8.dll to libflac-8.dll.
125 mv $dir/libFLAC-8.dll $dir/libflac-8.dll
127 unix2dos $dir/batch-example.bat
129 if test -r "../wget-1.11.4/wget.exe"; then
130 cp ../wget-1.11.4/wget.exe $dir
131 cp ../wget-1.11.4/wget.ini $dir
134 zip -r $dir-win32.zip $dir
137 if test -r "/usr/bin/nsiswrapper"; then
140 nsiswrapper --run --name $dir --outfile ../${dir}-win32.exe *.exe *.dll *.ini *.txt *.pdf *.bat
144 rm -rf $dir