add hooks for new replaygain wrapper lib

This commit is contained in:
Josh Coalson
2002-10-25 04:57:05 +00:00
parent c1d97f3f87
commit 3c043fd730
4 changed files with 14 additions and 2 deletions

View File

@@ -9,6 +9,9 @@ all:
cd getopt
nmake /f Makefile.vc
cd ..
cd replaygain
nmake /f Makefile.vc
cd ..
cd utf8
nmake /f Makefile.vc
cd ..
@@ -20,6 +23,9 @@ clean:
cd getopt
nmake /f Makefile.vc clean
cd ..
cd replaygain
nmake /f Makefile.vc clean
cd ..
cd utf8
nmake /f Makefile.vc clean
cd ..