mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
new grabbag lib
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
SUBDIRS = file_utils gain_analysis getopt replaygain utf8
|
SUBDIRS = gain_analysis getopt grabbag utf8
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
Makefile.vc \
|
Makefile.vc \
|
||||||
|
|||||||
@@ -3,16 +3,13 @@
|
|||||||
# It's less hassle to spell it all out that to figure out how to do it right with nmake:
|
# It's less hassle to spell it all out that to figure out how to do it right with nmake:
|
||||||
|
|
||||||
all:
|
all:
|
||||||
cd file_utils
|
|
||||||
nmake /f Makefile.vc
|
|
||||||
cd ..
|
|
||||||
cd gain_analysis
|
cd gain_analysis
|
||||||
nmake /f Makefile.vc
|
nmake /f Makefile.vc
|
||||||
cd ..
|
cd ..
|
||||||
cd getopt
|
cd getopt
|
||||||
nmake /f Makefile.vc
|
nmake /f Makefile.vc
|
||||||
cd ..
|
cd ..
|
||||||
cd replaygain
|
cd grabbag
|
||||||
nmake /f Makefile.vc
|
nmake /f Makefile.vc
|
||||||
cd ..
|
cd ..
|
||||||
cd utf8
|
cd utf8
|
||||||
@@ -20,16 +17,13 @@ all:
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
cd file_utils
|
|
||||||
nmake /f Makefile.vc clean
|
|
||||||
cd ..
|
|
||||||
cd gain_analysis
|
cd gain_analysis
|
||||||
nmake /f Makefile.vc clean
|
nmake /f Makefile.vc clean
|
||||||
cd ..
|
cd ..
|
||||||
cd getopt
|
cd getopt
|
||||||
nmake /f Makefile.vc clean
|
nmake /f Makefile.vc clean
|
||||||
cd ..
|
cd ..
|
||||||
cd replaygain
|
cd grabbag
|
||||||
nmake /f Makefile.vc clean
|
nmake /f Makefile.vc clean
|
||||||
cd ..
|
cd ..
|
||||||
cd utf8
|
cd utf8
|
||||||
|
|||||||
Reference in New Issue
Block a user